Skip to content

OIDC Callback Handler

GET
/v1/users/login/oidc/callback
curl --request GET \
--url 'https://example.com/api/v1/users/login/oidc/callback?code=example&state=example'
code
required
string

Authorization code

state
required
string

State parameter

Found