For the complete documentation index, see llms.txt. This page is also available as Markdown.

List OpenID providers

get
Authorizations
defguard_sessionstringRequired
Responses
200

All OpenID providers.

application/json
object[]Optional
get/api/v1/openid/provider
GET /api/v1/openid/provider HTTP/1.1
Accept: */*
[
  {
    "base_url": "https://accounts.google.com",
    "client_id": "client-id",
    "id": 1,
    "name": "google"
  }
]

Last updated

Was this helpful?