Skip to content
Snippets Groups Projects
Commit 97917cb1 authored by Roland Alton's avatar Roland Alton
Browse files

add explanation of XML analysis script

parent dd864651
No related branches found
No related tags found
No related merge requests found
...@@ -43,3 +43,9 @@ Edit `attribute_mapping.json`, key is the SAML2 attribute, value is the Keycloak ...@@ -43,3 +43,9 @@ Edit `attribute_mapping.json`, key is the SAML2 attribute, value is the Keycloak
### Exclude IDPs and/or SPs ### Exclude IDPs and/or SPs
Edit `exclude.json`. For SPs list the `clientId`, for IdPs the `entityID`. Edit `exclude.json`. For SPs list the `clientId`, for IdPs the `entityID`.
### Analyse XML data
In order to judge, if certain attributes are suitable for mappings, you may run a script, which creates a csv file for further analysis.
```sh
./analysis.py
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment