Interface ClientAuthenticator

    • Method Detail

      • authenticateClient

        void authenticateClient​(ClientAuthenticationFlowContext context)
        Initial call for the authenticator. This method should check the current HTTP request to determine if the request satisfies the ClientAuthenticator's requirements. If it doesn't, it should send back a challenge response by calling the ClientAuthenticationFlowContext.challenge(Response).
        Parameters:
        context -