oidc-client-ts
oidc-client-ts copied to clipboard
profile of User not containing data from user info
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