authentication

Enumerate available authentication providers

get/auth/providers

Response

successful operation

backendstring required
provider_idstring required

Example response

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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.