Class BackchannelAuthenticationCallbackEndpoint

java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
org.keycloak.protocol.oidc.grants.ciba.endpoints.BackchannelAuthenticationCallbackEndpoint

public class BackchannelAuthenticationCallbackEndpoint extends AbstractCibaEndpoint
  • Constructor Details

    • BackchannelAuthenticationCallbackEndpoint

      public BackchannelAuthenticationCallbackEndpoint(KeycloakSession session, EventBuilder event)
  • Method Details

    • processAuthenticationChannelResult

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

      protected void sendClientNotificationRequest(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel)