@RequestScoped public class UserInfoController extends Object
| Constructor and Description |
|---|
UserInfoController() |
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
getUserInfo(OpenIdConfiguration configuration,
AccessToken accessToken)
(6) The RP send a request with the Access Token to the UserInfo Endpoint
and requests the claims about the End-User.
|
public javax.json.JsonObject getUserInfo(OpenIdConfiguration configuration, AccessToken accessToken)
configuration - accessToken - Copyright © 2019. All rights reserved.