Skip to main content

Sign In

The sign-in flow authenticates the user with the SSO service and establishes a platform session for product APIs.

When To Use This

Use this guide when accessing the web application, troubleshooting login, or validating an authentication integration.

Before You Start

  • Create an account or confirm you were invited to a tenant.
  • Use a supported browser and allow secure cookies.
  • Confirm your tenant or subscription is active.

Workflow

  1. Open the xTrakt sign-in page.
  2. Complete the SSO authentication flow.
  3. Let the frontend exchange the SSO access token for a platform token.
  4. Let the frontend exchange the redirect code for the platform session.
  5. Confirm the application loads tenant-specific product areas.

Troubleshooting

SymptomLikely CauseAction
Login loops back to sign-inThe platform session cookie was not establishedClear site cookies and sign in again
Access denied after sign-inMissing tenant, role, or subscription accessContact an administrator
Mutating requests failCSRF companion token is missing or staleRefresh the session and retry