Update Embedded Identity Source
Update the identity source associated with the embedded IDP by name, if it exists
ID of Identity Provider
Domain Name associated with the identity source
Show optional properties
{
"name": "string",
"ldap": {
"type": "One among: OpenLdap, ActiveDirectory",
"domainName": "string",
"username": "string",
"password": "string",
"sourceDetails": {
"usersBaseDn": "string",
"groupsBaseDn": "string",
"serverEndpoints": [
{}
]
}
}
}
{
"name": "string",
"ldap": {
"type": "One among: OpenLdap, ActiveDirectory",
"domainName": "string",
"domainAlias": "string",
"username": "string",
"password": "string",
"sourceDetails": {
"usersBaseDn": "string",
"groupsBaseDn": "string",
"certChain": [
"string"
],
"serverEndpoints": [
"string"
]
}
}
}
The user-friendly name for the identity Source
The LDAP specification when the protocol is LDAP
No content
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Identity Source not found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Internal server error
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"ldap:"object","name:"string"}'