assertion Claims Behavior
Parameters
value
The behavior for how OIDC Claims are included in the assertion
object used for attribute mapping and attribute condition.
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. Possible values are:
MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS
,ONLY_ID_TOKEN_CLAIMS
.