Class BackchannelAuthenticationEndpoint
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
org.keycloak.protocol.oidc.grants.ciba.endpoints.BackchannelAuthenticationEndpoint
-
Field Summary
Fields inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
event, session
-
Constructor Summary
ConstructorDescriptionBackchannelAuthenticationEndpoint
(KeycloakSession session, EventBuilder event) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
extractAdditionalParams
(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request) jakarta.ws.rs.core.Response
protected void
validateBindingMessage
(String bindingMessage) Methods inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
authenticateClient, checkRealm, checkSsl
-
Constructor Details
-
BackchannelAuthenticationEndpoint
-
-
Method Details
-
processGrantRequest
@POST @Consumes("application/x-www-form-urlencoded") @Produces("application/json") public jakarta.ws.rs.core.Response processGrantRequest() -
extractAdditionalParams
protected void extractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request) -
validateBindingMessage
-