Complete the OIDC browser callback
GET/api/v1/auth/oidc/:provider_id/callback
Consumes the one-use OIDC state and creates the normal opaque Jiandu session before redirecting to the application. Browser JavaScript never receives the provider token.
Request
Responses
- 303
- 400
- 403
- 404
- 503
Opaque Jiandu session issued and browser redirected
The multipart shape or Idempotency-Key is malformed
The browser mutation did not originate from this application, or the authenticated member lacks the required permission
OIDC is disabled
A required core dependency is unavailable; retry with bounded backoff