@ApplicationScoped public class AuthenticationController extends Object
| Constructor and Description |
|---|
AuthenticationController() |
| Modifier and Type | Method and Description |
|---|---|
javax.security.enterprise.AuthenticationStatus |
authenticateUser(OpenIdConfiguration configuration,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext)
(1) The RP (Client) sends a request to the OpenId Connect Provider (OP)
to authenticates the End-User using the Authorization Code Flow and
authorization Code is returned from the Authorization Endpoint.
|
public javax.security.enterprise.AuthenticationStatus authenticateUser(OpenIdConfiguration configuration, javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext)
configuration - httpMessageContext - Copyright © 2019. All rights reserved.