Refresh JWT token
POST/auth/token/idtoken
Exchanges a valid refresh_token for a fresh pair of id_token and refresh_token. New
refresh tokens invalidate the prior token and are valid for seven days across environments.
Request
Responses
- 200
- 400
- 401
- 500
- default
New tokens returned.
Request rejected because the refresh token is missing or malformed.
Possible API return codes:
CIAM-2010: invalid_grant (refresh token invalid or expired).
Authentication failed due to invalid client credentials.
IPaaS encountered an internal error.
Possible API return codes:
MW-CIAM-CS-004: CIAM Application Access Refresh Token failure.
Unexpected error.