Begin an OIDC login redirect
GET/api/v1/auth/providers/:provider/begin
Redirects the browser to the OIDC provider's authorization endpoint.
Request
Responses
- 302
- 400
- 404
Redirect to the OIDC provider's authorization URL
Invalid provider name (INVALID_PROVIDER_NAME)
Provider not configured or not of type oidc (PROVIDER_NOT_FOUND)