v1

latestOpenAPI 3.0.3LGPL32026-07-17453.3 KB
authentication

Enumerate available authentication providers

get/auth/providers

Response

successful operation

backendstring required
provider_idstring required

Example response

[
  {
    "backend": "oidc",
    "provider_id": "mycompany"
  }
]