Interface OAuth2ClientAuthenticableProfileConfiguration

    • Method Detail

      • getClaimsValidator

        @Nullable
        ClaimsValidator getClaimsValidator​(@Nullable
                                           ProfileRequestContext profileRequestContext)
        Get the ClaimsValidator to apply to JWT-based client authentication.
        Parameters:
        profileRequestContext - current profile request context
        Returns:
        the validator to use
        Since:
        3.1.0
      • getTokenEndpointAuthMethods

        @Nonnull
        @NonnullElements
        @NotLive
        @Unmodifiable
        Set<String> getTokenEndpointAuthMethods​(@Nullable
                                                ProfileRequestContext profileRequestContext)
        Get the enabled token endpoint authentication methods.
        Parameters:
        profileRequestContext - profile request context
        Returns:
        enabled token endpoint authentication methods