diff options
author | Paul Scott <paul.scott@kau.se> | 2024-01-26 11:18:28 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2024-01-26 11:18:28 +0000 |
commit | ac2761075b5c49a3c2a8ae3b07817321cb6d73b4 (patch) | |
tree | 68eaf5991325f3f6492b244b629857210a0144b0 /Shibboleth-IdP/v4 | |
parent | 8105c6d1378444d9af77340d38eaac8786bce938 (diff) |
Trivial commit to bump the tag correctly
Diffstat (limited to 'Shibboleth-IdP/v4')
-rw-r--r-- | Shibboleth-IdP/v4/attribute-resolver.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shibboleth-IdP/v4/attribute-resolver.xml b/Shibboleth-IdP/v4/attribute-resolver.xml index 391e687..8edf512 100644 --- a/Shibboleth-IdP/v4/attribute-resolver.xml +++ b/Shibboleth-IdP/v4/attribute-resolver.xml @@ -453,7 +453,7 @@ <AttributeEncoder xsi:type="SAML2ScopedString" name="urn:oasis:names:tc:SAML:attribute:subject-id" friendlyName="subject-id" encodeType="false" /> </AttributeDefinition> - <!-- Schema: SAML Subject ID Attributes --> + <!-- Schema: SAML Subject ID Attributes (alternative example) --> <!-- Use this if your idp.persistentId.sourceAttribute contains invalid characters like underscore or full stop (period). <AttributeDefinition id="preSamlSubjectID" xsi:type="ScriptedAttribute"> <InputDataConnector ref="myLDAP" attributeNames="%{idp.persistentId.sourceAttribute}"/> |