AuthOIDC callback

OIDC callback

On success, issues the access JWT and redirects to the app. SlugBase does not run an additional TOTP step-up after OIDC; MFA is expected to be enforced by the identity provider. Email/password logins still use SlugBase MFA when enabled on the account.

curl -X GET "https://slugbase.app/api/auth/example_string/callback" \
  -H "Content-Type: application/json"
{}
GET
/api/auth/{provider}/callback
GET
Request Preview
Response

Response will appear here after sending the request

Path Parameters

providerstring
Required

OIDC provider key

Responses