Product documentation
AuthExperience
Aggregate, read-only view of which authentication-experience screens are active for the caller's tenant + environment, composed from the platform's scattered auth config sources (SSO-2679) — the foundation for the console Authentication-screens map.
AuthExperience
Aggregate, read-only view of which authentication-experience screens are active for the caller's tenant + environment, composed from the platform's scattered auth config sources (SSO-2679) — the foundation for the console Authentication-screens map.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/auth-experience/screens | Auth Experience Screens | tenant:idp.read |
Operation details
GET /api/v1/auth-experience/screens
Auth Experience Screens
- Operation ID:
authExperienceScreens - Required scopes:
tenant:idp.read
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | AuthExperienceScreens |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |