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

profile of User not containing data from user info #1726

Open
jp2s opened this issue Oct 30, 2024 · 1 comment
Open

profile of User not containing data from user info #1726

jp2s opened this issue Oct 30, 2024 · 1 comment
Labels
question Further information is requested

Comments

@jp2s
Copy link

jp2s commented Oct 30, 2024

Hello,

I have a question about the profile property from User.

The documentation says the following: The claims represented by a combination of the id_token and the user info endpoint.
However when we use it in our application, profile only contains data from the id_token but not from user info.

Are we doing something wrong that the user info data is not present in profile or is it a bug ?

I also tested the content of profile using the original repo oidc-client-js and there it contained all the data from the id_token and from user info.

Regards
Jonas

@pamapa pamapa added the question Further information is requested label Nov 1, 2024
@pamapa
Copy link
Member

pamapa commented Nov 1, 2024

loadUserInfo has been changed from true to false within this library. See https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md. You must set this configuration property by your own...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants