Class AccessTokenClaimKeys.ThirdPartyLoginClaims
java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccessTokenClaimKeys.ThirdPartyLoginClaims
- Enclosing class:
- AccessTokenClaimKeys
-
Field Details
-
THIRD_PARTY_IDP_PRINCIPAL_NAME
This claim should be set to matchOAuth2AuthorizedClient.getPrincipalName().- Since:
- Authentication Service 2.3.0, Release Train 2.3.0
- See Also:
-
THIRD_PARTY_IDP_CLIENT_REGISTRATION_ID
This claim should be set to match the ID ofOAuth2AuthorizedClient.getClientRegistration().- Since:
- Authentication Service 2.3.0, Release Train 2.3.0
- See Also:
-