I'm trying to figure out how to refresh my ID token. I need to know the steps or process to get a new one since my current token might have expired or needs to be updated for security reasons.
6 answers
SumoHonor
Fri Nov 22 2024
Validation of the refresh token is a necessary step in the process.
Tommaso
Fri Nov 22 2024
To update your access and ID tokens, a specific request must be made.
GeishaCharm
Fri Nov 22 2024
This request includes a grant_type of refresh_token.
Michele
Fri Nov 22 2024
When you aim to refresh the ID token, it's crucial to incorporate the openid scope.
Eleonora
Thu Nov 21 2024
If the refresh token is deemed valid, you will receive updated credentials.