cURL
curl --request GET \ --url https://api.example.com/api/sso/callback \ --cookie better-auth.session_token=
OIDC redirect callback. Validates the code, provisions the user, and sets a session cookie.
Default Response
Was this page helpful?