diff options
Diffstat (limited to 'template-config')
-rw-r--r-- | template-config/attribute-resolver.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template-config/attribute-resolver.xml b/template-config/attribute-resolver.xml index 8b8791f..9d7b8de 100644 --- a/template-config/attribute-resolver.xml +++ b/template-config/attribute-resolver.xml @@ -33,12 +33,13 @@ not expose a value for this attribute without considering the long term implications. --> + <!-- This version not used at NORDUnet, see below <AttributeDefinition id="eduPersonPrincipalName" xsi:type="Scoped" scope="%{idp.scope}" sourceAttributeID="uid"> <Dependency ref="myLDAP" /> <AttributeEncoder xsi:type="SAML1ScopedString" name="urn:mace:dir:attribute-def:eduPersonPrincipalName" encodeType="false" /> <AttributeEncoder xsi:type="SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" friendlyName="eduPersonPrincipalName" encodeType="false" /> </AttributeDefinition> - + --> <!-- The uid is the closest thing to a "standard" LDAP attribute representing a local username, but you should generally *never* @@ -352,7 +353,7 @@ <resolver:Dependency ref="myLDAP" /> </DataConnector> -also in old format the next block +also in old format the next block <resolver:DataConnector id="StoredId" xsi:type="StoredId" xmlns="urn:mace:shibboleth:2.0:resolver:dc" |