assertionClaimsBehavior property

String? assertionClaimsBehavior
getter/setter pair

The behavior for how OIDC Claims are included in the assertion object used for attribute mapping and attribute condition.

Required. Possible string values are:

  • "ASSERTION_CLAIMS_BEHAVIOR_UNSPECIFIED" : No assertion claims behavior specified.
  • "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS" : Merge the UserInfo Endpoint Claims with ID Token Claims, preferring UserInfo Claim Values for the same Claim Name. This option is available only for the Authorization Code Flow.
  • "ONLY_ID_TOKEN_CLAIMS" : Only include ID Token Claims.

Implementation

core.String? assertionClaimsBehavior;