Skip to content

Auth Guide

Use this domain when you are handling identity entry flows and session establishment.

What This Domain Covers

  1. Secure Channel bootstrap
  2. login
  3. registration
  4. password lifecycle
  5. session exit

Supported Portals

Primary entry happens through PUBLIC, then continues through the portal that owns the authenticated session.

Supported Chains

  1. WEB for interactive auth flows
  2. API only for backend API-key integrations that are explicitly documented

Read These Flows

  1. Login Flow
  2. Registration Flow
  3. Password Flow

Reference Entry

403 Troubleshooting

Check these first:

  1. correct portal entrypoint
  2. correct chain type
  3. valid X-Client-Hash
  4. Secure Channel setup if required

Internal Documentation