Refresh Token Handling

  1. During the refresh call, the app also submits the SSO-issued refresh token to the Auth Server.
  2. The Auth Server verifies the user’s presence and active status in the tenant’s SSO system.
  3. If valid, it issues a new access token back to the app.
  4. 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