From 97917cb11d81f4b6449503206d955389fb02306c Mon Sep 17 00:00:00 2001 From: Roland Alton <ras@osalliance.com> Date: Mon, 20 Mar 2023 18:24:41 +0000 Subject: [PATCH] add explanation of XML analysis script --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5290b24..4f54b6c 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ Edit `attribute_mapping.json`, key is the SAML2 attribute, value is the Keycloak ### Exclude IDPs and/or SPs 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 +``` -- GitLab