Refresh Token Handling
- During the refresh call, the app also submits the SSO-issued refresh token to the Auth Server.
- The Auth Server verifies the user’s presence and active status in the tenant’s SSO system.
- If valid, it issues a new access token back to the app.
-
If the user no longer exists in the SSO system or is marked inactive:
- The Auth Server deletes the corresponding user entry from the Users Table.
- The app is instructed to log the user out immediately.
Figure 1. Token Life-cycle and Secure API Access Using JWTs