Class UserInfoController


  • @RequestScoped
    public class UserInfoController
    extends Object
    Controller for Token endpoint
    Author:
    Gaurav Gupta, Rudy De Busscher
    • Constructor Detail

      • UserInfoController

        public UserInfoController()
    • Method Detail

      • getUserInfo

        public jakarta.json.JsonObject getUserInfo​(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 configuration
        accessToken -
        Returns:
        the claims json object