OAuthAppSettings

OAuthAppSettings
OAuthAppSettings
JSON Example
{
    "client_id": "string",
    "client_secret": "string",
    "oidc_config": {
        "oidc_enable": false,
        "profile": false,
        "userinfo": false
    },
    "scopes": [
        "string"
    ]
}
string
client_id
Required

Application specific identifier. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
client_secret
Optional

Application specific identifier secret. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

oidc_config
Optional

oidc_config

array of string
scopes
Optional

Scope specified to give limited access to the app. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.