Update Open Id Provider Configuration
Updates the OpenID Provider configuration.
The updated OpenID Provider configuration.
{
"activeKey": {
"name": "string",
"id": "string"
},
"allowHttp": false,
"wellKnownEndpoint": "string",
"authorizationCodeTimeToLive": 0,
"accessTokenTimeToLive": 0,
"idTokenTimeToLive": 0
}
Determines whether relying party redirect URIs may be http
OpenID Provider endpoint serving provider configuration values (as described in OpenId Spec 4.1)
Authorization Code time to live (ttl) in seconds
Access Token time to live (ttl) in seconds
ID Token time to live (ttl) in seconds
OK
{
"activeKey": {
"name": "string",
"id": "string"
},
"allowHttp": false,
"wellKnownEndpoint": "string",
"authorizationCodeTimeToLive": 0,
"accessTokenTimeToLive": 0,
"idTokenTimeToLive": 0
}
Determines whether relying party redirect URIs may be http
OpenID Provider endpoint serving provider configuration values (as described in OpenId Spec 4.1)
Authorization Code time to live (ttl) in seconds
Access Token time to live (ttl) in seconds
ID Token time to live (ttl) in seconds