SAML SSO login
Handle SAML SSO login response. Processes authentication response from SAML identity provider and creates a new user if they don't exist.
POST
/auth/saml/sso
curl \
--request POST 'http://api.example.com/auth/saml/sso' \
--header "Authorization: $API_KEY"