public class BackchannelAuthenticationCallbackEndpoint extends AbstractCibaEndpoint
event, realm, session| Constructor and Description |
|---|
BackchannelAuthenticationCallbackEndpoint(KeycloakSession session,
EventBuilder event) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
processAuthenticationChannelResult(AuthenticationChannelResponse response) |
protected void |
sendClientNotificationRequest(ClientModel client,
CibaConfig cibaConfig,
OAuth2DeviceCodeModel deviceModel) |
authenticateClient, checkRealm, checkSslpublic BackchannelAuthenticationCallbackEndpoint(KeycloakSession session, EventBuilder event)
@Path(value="/") @POST @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response processAuthenticationChannelResult(AuthenticationChannelResponse response)
protected void sendClientNotificationRequest(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel)
Copyright © 2021 JBoss by Red Hat. All rights reserved.