Call the /oidc/logout endpoint with the id_token_hint and post_logout_redirect_uri parameters. The user is logged out of HSID and redirected to the specified URI. Include a state parameter to maintain context.
HSID Settings is a page where users can manage their account security settings. You can link to it from your portal and optionally include a post_logout_redirect_uri parameter so users can logout and return to your portal in a single flow.
How do I handle logout initiated from HSID settings page?
When providing a link to the HSID settings page, include the post_logout_redirect_uri parameter. When users log out from settings, they are redirected to the specified URI, where you must terminate the portal session.
For direct sign-in and registration, include campaign_id in the request parameter JWS of the OIDC authorization endpoint, then extract it from the ID token. For FTR, include campaign_id in the Invitation API call. This allows consistent tracking across the client and HSID user experiences.
How do I track fast track registration invitation status?
Use the track invitation API to check the status of FTR invitations. The API returns whether the invitation is pending, used, or expired, along with timestamps and user information if registration was completed.