Sign in

SSO login callback (alternate)

documented

SSO callback for IdP-initiated or hosted login flows (covered in SSO docs).

POST /login/callbackAuthentication APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{presented as auth0_domain}}/login/callback" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "SAMLResponse={{$saml_response}}&RelayState={{$relay_state}}"