Class AccessTokenClaimKeys.ThirdPartyLoginClaims

java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccessTokenClaimKeys.ThirdPartyLoginClaims
Enclosing class:
AccessTokenClaimKeys

public static final class AccessTokenClaimKeys.ThirdPartyLoginClaims extends Object
  • Field Details

    • THIRD_PARTY_IDP_PRINCIPAL_NAME

      public static final String THIRD_PARTY_IDP_PRINCIPAL_NAME
      This claim should be set to match OAuth2AuthorizedClient.getPrincipalName().
      Since:
      Authentication Service 2.3.0, Release Train 2.3.0
      See Also:
    • THIRD_PARTY_IDP_CLIENT_REGISTRATION_ID

      public static final String THIRD_PARTY_IDP_CLIENT_REGISTRATION_ID
      This claim should be set to match the ID of OAuth2AuthorizedClient.getClientRegistration().
      Since:
      Authentication Service 2.3.0, Release Train 2.3.0
      See Also: