Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserInfoResponse contains "sub" claim only #271

Open
lucamontano98 opened this issue Sep 4, 2023 · 1 comment
Open

UserInfoResponse contains "sub" claim only #271

lucamontano98 opened this issue Sep 4, 2023 · 1 comment
Labels
question Further information is requested wontfix This will not be worked on

Comments

@lucamontano98
Copy link

Good afternoon,
I wrote a code to implement an RP and after the validation of requests and RP metadata (which both succedeed) with onboarding page tools I received an UserInfoResponse with "sub" claim only. Is it right or I miss anything? Thanks.

Luca Montano

@peppelinux
Copy link
Member

Ciao Luca,

if you don't put in your request any scope/claims that are able to explicit request the claims in the id token (cie only) and in the user info endpoint (both cie and spid), see here

you'll obtain only the pairwised subject id in the userinfo endpoint

@peppelinux peppelinux added question Further information is requested wontfix This will not be worked on labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants