v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
Authentication

Retrieve the SSO status

Retrieves the SSO status and metadata of the current user.

get/zephr/public/sso/v1/status

Response

SSO status was retrieved successfully.

statusstring required

The SSO status of the current user session. This can be:

  • unknown: The SSO token is not authenticated anywhere, or the current session is not associated with an SSO token.

  • known: The current session is anonymous, but the SSO token is authenticated on another site.

  • authenticated: The current session is authenticated through an SSO token.

Example response

{
  "status": "authenticated"
}