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

Get the current OpenID provider

get
Authorizations
defguard_sessionstringRequired
Responses
200

Current OpenID provider details.

application/json
objectOptional
get/api/v1/openid/provider/current
GET /api/v1/openid/provider/current HTTP/1.1
Accept: */*
{
  "provider": {
    "base_url": "https://accounts.google.com",
    "client_id": "client-id",
    "name": "google"
  },
  "settings": {
    "create_account": false,
    "username_handling": "remove_forbidden"
  }
}

Last updated

Was this helpful?