v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Auth Settings

Get the IdP Configuration

Fetch the IdP configuration.

get/v3/identity-provider

Response

A get action response of the IdP configuration.

issuerstring uri
login_pathstring
client_idstring
scopesstring[]

Example response

{
  "issuer": "https://myidp.com/oauth2",
  "login_path": "myapp",
  "client_id": "YOUR_CLIENT_ID",
  "claim_mappings": {
    "name": "name",
    "email": "email",
    "groups": "custom-groups-claim"
  }
}