Skip to main content
POST
/
auth
/
discover
Error
A valid request URL is required to generate request examples
{
  "next_url": "<string>",
  "organization_slug": "<string>"
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request payload for pre-auth discovery.

email
string<email>
required
org
string | null

Response

Successful Response

Pre-auth routing hint response.

method
enum<string>
required

Authentication method hint for client-side routing.

Available options:
basic,
oidc,
saml
next_url
string | null
organization_slug
string | null