You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: