A confusing attribute resolver configuration
Peter Schober
peter.schober at univie.ac.at
Thu Oct 22 03:12:06 EDT 2015
* Peter Schober <peter.schober at univie.ac.at> [2015-10-22 08:44]:
> <resolver:AttributeDefinition id="givenName" xsi:type="ad:Simple" sourceAttributeID="givenName">
> <resolver:Dependency ref="campusGivenName" />
> <resolver:Dependency ref="ADGivenName" />
> <resolver:AttributeEncoder xsi:type="enc:SAML1String" name="urn:mace:dir:attribute-def:givenName" />
> <resolver:AttributeEncoder xsi:type="enc:SAML2String" name="urn:oid:2.5.4.42" friendlyName="givenName" />
> </resolver:AttributeDefinition>
That one probably shouldn't have the optional sourceAttributeID
attribute (though it will default to the same value, I think) so try
without.
-peter
More information about the users
mailing list