Sign in

Login callback

documented

SSO callback endpoint used in IdP-initiated or SSO flows (varies by flow; see SSO docs).

Authentication 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://{{$auth0_domain}}/login/callback?connection={{$connection_name}}" \\
  -X POST \\
  -H "Content-Type: application/x-www-form-urlencoded" \\
  -H "Accept: application/json" \\
  -d 'SAMLRequest={{$saml_request}}&RelayState={{$relay_state}}'
Login callback · Auth0 · OpenIntegrations