SAML SSO login

POST /auth/saml/sso

Handle SAML SSO login response. Processes authentication response from SAML identity provider and creates a new user if they don't exist.

Responses

  • 302

    Login successful, redirect to home page

  • 400

    SAML not enabled or wrong parameter

POST /auth/saml/sso
curl \
 --request POST 'http://api.example.com/auth/saml/sso' \
 --header "Authorization: $API_KEY"