cURL
curl --request GET \ --url https://api.example.com/api/sso/{orgId}/start \ --cookie better-auth.session_token=
Initiates the OIDC authorization flow and redirects to the identity provider.
Default Response
Was this page helpful?