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!
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: