Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typos

The ContextDerivedAttribute3.3 attribute definition exposes the attributes values generated in some externalls specifed externally specified manner from the ProfileRequestContext.

Schema Name and Location

This xsi:type is defined by the urn:mace:shibboleth:2.0:resolver:ad schema, which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd.

...

Additionally attributeValuesFunctionRef must be present and should be the name of a Spring Bean defined elsewhere. This bean should implement Function<ProfileRequestConteProfileRequestContext, List<IdPAttributeValue>>

...