These are the docs for Metabase v0.45. Check out the docs for the latest version, Metabase v0.54.
SSO
/auth/sso
Routes.
Implements the SSO routes needed for SAML and JWT. This namespace primarily provides hooks for those two backends so we can have a uniform interface both via the API and code.
GET /auth/sso/
SSO entry-point for an SSO user that has not logged in yet.
req
POST /auth/sso/
Route the SSO backends call with successful login details.
req
Read docs for other versions of Metabase.