Log in using the OIDC provider
GET /api/oidc/{login_option_id}/login
GET /api/oidc/{login_option_id}/loginInteractive request editor loads with JavaScript.
X-API-KEY<token>
In: header
Path Parameters
login_option_id*string
Login option ID.
Response Body
curl -X GET "$API_BASE_URL/api/oidc/string/login"Redirect
Invalid arguments. Error details will be provided in the response.
Complete operation details and schema variants
GET /api/oidc/{login_option_id}/login
Log in using the OIDC provider
Start OIDC authentication by redirecting to the configured OpenID Connect provider for the selected login option.
Parameters
login_option_id(path, string, required): Login option ID.
Responses
307: Redirect400: Invalid arguments. Error details will be provided in the response.
cURL
curl -X GET '$API_BASE_URL/api/oidc/{login_option_id}/login'