Class BackchannelAuthenticationCallbackEndpoint
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
org.keycloak.protocol.oidc.grants.ciba.endpoints.BackchannelAuthenticationCallbackEndpoint
-
Field Summary
Fields inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
event, realm, session
-
Constructor Summary
ConstructorDescriptionBackchannelAuthenticationCallbackEndpoint
(KeycloakSession session, EventBuilder event) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
protected void
sendClientNotificationRequest
(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel) Methods inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
authenticateClient, checkRealm, checkSsl
-
Constructor Details
-
BackchannelAuthenticationCallbackEndpoint
-
-
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)
-