Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A configuration shortcut allows for the values from any IdPAttribute objects contained inside IdPAttributePrincipal objects to be pulled out, which is an effective way to tunnel attribute data from outside the IdP provided by the External authentication flow.

Reference

true
Localtabgroup
Localtab
active
-live
titleSpecific XML Attributes

The source of the Subject(s) to evaluate is controlled with:

Name

Type

Default

Description

forCanonicalization
Booleanfalse

If true, a Subject undergoing SubjectCanonicalization is used as input rather than the default of looking for authenticated Subjects.

Exactly one of the following must be provided (but not both):

Name

Type

Description

principalAttributeName
StringThe name of an IdPAttribute found inside an IdPAttributePrincipal contained in one of the authenticated Subject(s)
attributeValuesFunctionRef
Bean IDThe name of a Spring Bean implementing Function<Principal,List<IdPAttributeValue>>, this function will be invoked for each Principal found within the authenticated Subject(s), instead of relying on default behavior

Localtab-live
titleCommon XML Attributes

Include Page
AttributeDefinitionCommonAttributes
AttributeDefinitionCommonAttributes

Localtab-live
titleCommon XML Elements

Any of the common child elements can be specified, but note that this AttributeDefinition does not require <InputAttributeDefinition> or <InputDataConnector> child elements since the information is not resolved from a dependency. If any are supplied, then they are ignored

At least one dependency element is required.

Include Page
AttributeDefinitionCommonChildElements
AttributeDefinitionCommonChildElements

Examples

The following locates an IdPAttribute named "Whatever" in an authenticated Subject and turns it into a new IdPAttribute named "SomethingElse".

...