Patch SSO Config
DescriptionPatches an existing SSO configuration record with new values.
Request
URLURL
Path Parameters
Path Parameters
SSO configuration ID
Query Parameters
Query Parameters
Force creation of a new CA bundle, even if caConfigDn is not changing.
org_id
Request Body
{
"caCertVersionsToDelete": [
1,
2
],
"caConfigDn": "CN=Configuration,DC=example,DC=com",
"caMode": "sub",
"description": "My SSO config.",
"name": "my-sso-config"
}
List of Active Directory IDs that are part of the same Active Directory Forest.
List of valid CA cert versions to be deleted.If the CA bundle versions to be deleted is passed, then rest all of the fields can be optional, if only deletion of bundle is desired.Default : null
Configuration DN. Verify the Active Directory to get the appropriate value.If caConfigDn is changed, then a new Bundle is always created.
CA mode. Accepted values: root or sub
The description of the SSO config
The name of the SSO config
Authentication
Response
Response BodyResponse Body
200 OK
Successfully patch existing SSO configuration record
{
"activeDirectoryIds": [
"string"
],
"caBundles": [
{
"baseCrl": "string",
"bundlePubKey": "string",
"caCertVersion": 0,
"credentialId": "string",
"deltaCrl": "string",
"rootCaCrt": "string",
"subCaCsr": "string"
}
],
"caConfigDn": "string",
"caMode": "string",
"createdAt": "string",
"description": "string",
"id": "string",
"location": "string",
"name": "string",
"orgId": "string",
"updatedAt": "string",
"version": 0
}
204 No Content
No Content
Errors
Bad Request
Unauthorized
Forbidden
Not Found
Conflict - concurrent updates
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: newSsoConfig