Initiate OIDC login flow
POST/api/v1/auth/oidc/:provider/login
Generates an authorization URL and returns it to the client. The client should redirect the user to this URL to authenticate.
Request
Responses
- 200
- 400
- 500
Authorization URL generated
OIDC not enabled or unknown provider
Failed to generate authorization URL