@ApplicationScoped public class AuthenticationController extends Object
Constructor and Description |
---|
AuthenticationController() |
Modifier and Type | Method and Description |
---|---|
javax.security.enterprise.AuthenticationStatus |
authenticateUser(OpenIdConfiguration configuration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
(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.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
configuration
- request
- response
- Copyright © 2021. All rights reserved.