Update Open ID Provider Configuration
DescriptionUpdates the OpenID Provider configuration.
Request
URLURL
Request Body
The updated OpenID Provider configuration.
{
"accessTokenTimeToLive": 0,
"activeKey": {},
"allowHttp": false,
"authorizationCodeTimeToLive": 0,
"idTokenTimeToLive": 0,
"wellKnownEndpoint": "string"
}
Access Token time to live (ttl) in seconds
Entity reference of the active OpenID Provider key, which will be presented in the jwks endpoint.
Determines whether relying party redirect URIs may be http
Authorization Code time to live (ttl) in seconds
ID Token time to live (ttl) in seconds
OpenID Provider endpoint serving provider configuration values (as described in OpenId Spec 4.1)
Authentication
Response
Response BodyResponse Body
200 OK
{
"accessTokenTimeToLive": 0,
"activeKey": {
"id": "string",
"name": "string"
},
"allowHttp": false,
"authorizationCodeTimeToLive": 0,
"idTokenTimeToLive": 0,
"wellKnownEndpoint": "string"
}
Access Token time to live (ttl) in seconds
Entity reference of the active OpenID Provider key, which will be presented in the jwks endpoint.
Determines whether relying party redirect URIs may be http
Authorization Code time to live (ttl) in seconds
ID Token time to live (ttl) in seconds
OpenID Provider endpoint serving provider configuration values (as described in OpenId Spec 4.1)
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Vendor Extensions
x-vcloud-event: com/vmware/vcloud/event/openIdProviderConfiguration/modify