Package | Description |
---|---|
org.keycloak.protocol.oidc.grants.ciba.channel |
Modifier and Type | Method and Description |
---|---|
static CIBAAuthenticationRequest |
CIBAAuthenticationRequest.deserialize(KeycloakSession session,
String jwe)
Deserialize the given
jwe to a CIBAAuthenticationRequest instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticationChannelProvider.requestAuthentication(CIBAAuthenticationRequest request,
String infoUsedByAuthenticator) |
boolean |
AuthenticationChannelProvider.requestAuthentication(CIBAAuthenticationRequest request,
String infoUsedByAuthenticator)
Request the authentication(AuthN) and authorization(AuthZ) by an authentication device (AD) to the external entity via Authentication Channel.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.