Hello,
I modify some user information using the management API, but then I also want my ID token to be updated. Can I directly modify my current ID token, or do I need to request a new one from auth0?
Thank you and have a great day!
Hello,
I modify some user information using the management API, but then I also want my ID token to be updated. Can I directly modify my current ID token, or do I need to request a new one from auth0?
Thank you and have a great day!
Hey @richardb!
There’s no way to update an ID token, you’ll need to request a new one in order for the updated information to be reflected. You could however call the userinfo endpoint instead to get the updated user profile.
How can I get a new one without reauthenticating the user?
You will need to re-auth the user one way or another - It depends on the technology you are working with, but silent auth is an option for SPA SDKs for example:
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.