Class BackchannelAuthenticationCallbackEndpoint

    • Constructor Detail

      • BackchannelAuthenticationCallbackEndpoint

        public BackchannelAuthenticationCallbackEndpoint​(org.keycloak.models.KeycloakSession session,
                                                         org.keycloak.events.EventBuilder event)
    • Method Detail

      • processAuthenticationChannelResult

        @Path("/")
        @POST
        @Consumes("application/json")
        @Produces("application/json")
        public javax.ws.rs.core.Response processAuthenticationChannelResult​(AuthenticationChannelResponse response)
      • sendClientNotificationRequest

        protected void sendClientNotificationRequest​(org.keycloak.models.ClientModel client,
                                                     org.keycloak.models.CibaConfig cibaConfig,
                                                     org.keycloak.models.OAuth2DeviceCodeModel deviceModel)