Skip to content

Commit

Permalink
Enable access token claims separation
Browse files Browse the repository at this point in the history
  • Loading branch information
shashimalcse authored and mpmadhavig committed Nov 11, 2024
1 parent 85e4e76 commit e330a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
<EnableCibaProfile>false</EnableCibaProfile>
<EnableSecurityProfile>false</EnableSecurityProfile>
</FAPI>
<EnableClaimsSeparationForAccessToken>false</EnableClaimsSeparationForAccessToken>
<EnableClaimsSeparationForAccessToken>true</EnableClaimsSeparationForAccessToken>
</OpenIDConnect>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"oauth.oidc.request_object.signing_algorithms": ["PS256", "ES256", "$ref{oauth.oidc.user_info.jwt_signature_algorithm}"],
"oauth.oidc.enable_tls_certificate_bound_access_tokens_via_binding_type": true,
"oauth.oidc.enable_hybrid_flow_app_level_validation": true,
"oauth.oidc.enable_claims_separation_for_access_tokens": false,
"oauth.oidc.enable_claims_separation_for_access_tokens": true,

"oauth.oidc.fapi.enable_ciba_profile": false,
"oauth.oidc.fapi.enable_security_profile": false,
Expand Down

0 comments on commit e330a51

Please sign in to comment.