v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01485121699.8 KB
authentication

Login

Initiate SSO login. Redirects to IdP.

get/auth/login

Query parameters

provider'oidc' | 'saml'

SSO providers accepted by GET /auth/login.

Typing the provider query param with this enum lets FastAPI reject unknown values with a 422 at the validation layer instead of the handler falling through to a generic error for an input it was never going to support.

Response

Successful Response

{"stackTrail":"paths:/auth/login:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}