Adding profile information in Claim

Hi !

I have a problem : I can’t access to the profile information in the claims of the response. For information, i use the widget and Angular. I have only the email information in the claims and the scopes are set to only “openid” and “email”.

How can i get all the information of the Profile of a User in that token ?

Thanks a lot for your answers !

Haz

@Haz

You might not want all of the User Profile info, it might be easier to use the /v1/userinfo endpoint

Or you can add the claims you need to your tokens, take a look at this guide.

It’s okay now ^^ Thanks you !

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.