Class UserInfoController
java.lang.Object
org.wildfly.security.soteria.original.UserInfoController
Controller for Token endpoint
- Author:
- Gaurav Gupta, Rudy De Busscher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.json.JsonObjectgetUserInfo(org.glassfish.soteria.mechanisms.openid.domain.OpenIdConfiguration configuration, jakarta.security.enterprise.identitystore.openid.AccessToken accessToken) (6) The RP send a request with the Access Token to the UserInfo Endpoint and requests the claims about the End-User.
-
Constructor Details
-
UserInfoController
public UserInfoController()
-
-
Method Details
-
getUserInfo
public jakarta.json.JsonObject getUserInfo(org.glassfish.soteria.mechanisms.openid.domain.OpenIdConfiguration configuration, jakarta.security.enterprise.identitystore.openid.AccessToken accessToken) (6) The RP send a request with the Access Token to the UserInfo Endpoint and requests the claims about the End-User.- Parameters:
configuration- the OpenId Connect client configuration configurationaccessToken-- Returns:
- the claims json object
-