Get Open Id Provider Configuration

Get Open Id Provider Configuration
Get the OpenID Provider configuration.

Get the OpenID Provider configuration.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/openIdProvider
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns OpenIdProviderConfiguration of type(s) application/json;version=9.1.0
{
    "activeKey": {
        "name": "string",
        "id": "string"
    },
    "allowHttp": false,
    "wellKnownEndpoint": "string",
    "authorizationCodeTimeToLive": 0,
    "accessTokenTimeToLive": 0,
    "idTokenTimeToLive": 0,
    "refreshTokenTimeToLive": 0
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/openIdProvider