Skip to main content

Get Open ID Connect Settings

GET 

/api/v31.02/settings/oidc

x-prisma-cloud-target-env: {"permission":"authConfiguration","saas":false,"self-hosted":true}
x-public: true

Returns the OpenID Connect configuration settings.

cURL Request

Refer to the following example cURL request:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
"https://<CONSOLE>/api/v<VERSION>/settings/oidc"

cURL Response

Refer to the following example cURL response:

$ {
"enabled": true,
"clientID": "0oajdm6atavfYyJfr4x6",
"clientSecret": {
"encrypted": "rnEk+1be20FLv+BYnDX4s5/T0NOb49hkNkaZQtgiF7K2s65"
},
"providerName": "",
"authURL": "",
"tokenURL": "",
"groupScope": "groups",
"groupClaim": "groups",
"userClaim": "",
"cert": "",
"openshiftBaseURL": "",
"openIDIssuesURL": "https://ss-123456.okta.com",
"providerAlias": "oidc_okta_ss"
}

Responses

ProviderSettings are the Oauth/ OpenID Connect connectivity settings