Skip to content

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

MethodPathSummaryScopes
GET/api/v1/auth-experience/screensAuth Experience Screenstenant:idp.read

Operation details

GET /api/v1/auth-experience/screens

Auth Experience Screens

  • Operation ID: authExperienceScreens
  • Required scopes: tenant:idp.read

Responses:

StatusDescriptionBody
200OKAuthExperienceScreens
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)