Attribute resolver dependency question/issue
Tom Poage
tfpoage at ucdavis.edu
Wed May 2 20:48:36 BST 2012
On 05/02/2012 12:36 PM, Chad La Joie wrote:
> You must specify both. The source attribute ID indicates which
> attribute out of the potentially many a given set of dependencies
> might return. Dependencies say which resolver plugins you want
> providing that data.
>
> There is a current limitation in the v2 resolver (addressed in v3)
> that the source attribute ID must be the same across all dependencies.
Thanks. Good to know. So, more like this, then:
>>> <resolver:AttributeDefinition xsi:type="ad:Scoped" id="eduPersonScopedAffiliation" scope="ucdavis.edu" sourceAttributeID="eduPersonAffiliation">
>>> <resolver:Dependency ref="ucdLDAP" />
>>> <resolver:Dependency ref="eduPersonAffiliation" />
>>> <resolver:AttributeEncoder xsi:type="enc:SAML1ScopedString" name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation" />
>>> <resolver:AttributeEncoder xsi:type="enc:SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" friendlyName="eduPersonScopedAffiliation" />
>>> </resolver:AttributeDefinition>
Tom.
More information about the users
mailing list