public interface AuthenticationChannelProvider extends Provider
Modifier and Type | Method and Description |
---|---|
boolean |
requestAuthentication(CIBAAuthenticationRequest request,
String infoUsedByAuthenticator)
Request the authentication(AuthN) and authorization(AuthZ) by an authentication device (AD) to the external entity via Authentication Channel.
|
boolean requestAuthentication(CIBAAuthenticationRequest request, String infoUsedByAuthenticator)
request
- the representation of Authentication Request received on Backchannel Authentication EndpointinfoUsedByAuthenticator
- some value to help the AD to identify the userCopyright © 2021 JBoss by Red Hat. All rights reserved.