authentication
Login
Initiate SSO login. Redirects to IdP.
get/api/v1/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:/api/v1/auth/login:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 2 of the 15 revisions of this API.3
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
removed the non-success response with the status
503response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○