Get Identity Provider By Id
Get a specific Identity Provider using it's Id
ID of the Identity Provider
OK
{
"domainNames": [
"string"
],
"id": "string",
"identitySources": [
{
"domainNames": [
"string"
],
"ldap": {
"domainAlias": "string",
"domainName": "string",
"sourceDetails": {
"certChain": [
"string"
],
"groupsBaseDn": "string",
"serverEndpoints": [
"string"
],
"usersBaseDn": "string"
},
"type": "string",
"username": "string"
},
"name": "string",
"type": "string"
}
],
"ldap": {
"domainAlias": "string",
"domainName": "string",
"sourceDetails": {
"certChain": [
"string"
],
"groupsBaseDn": "string",
"serverEndpoints": [
"string"
],
"usersBaseDn": "string"
},
"type": "string",
"username": "string"
},
"name": "string",
"oidc": {
"authEndpoint": "string",
"authMethod": "One among: CLIENT_SECRET_BASIC, CLIENT_SECRET_POST, CLIENT_SECRET_JWT, PRIVATE_KEY_JWT",
"clientId": "string",
"discoveryEndpoint": "string",
"issuer": "string",
"logoutEndpoint": "string",
"publicKeyUri": "string",
"tokenEndpoint": "string"
},
"status": "One among: ACTIVE, INACTIVE",
"type": "string"
}
The Domains of the Identity Provider
ID of the Identity Provider
The user-friendly name for the Identity Provider
Represents Identity management configuration when the provider is based on OIDC
The status of the Identity Provider (set as ACTIVE for currently enabled Identity Provider)
The type of the Identity Provider
Unauthorized Request
{
"arguments": [
"string"
],
"cause": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"message": "string",
"nestedErrors": [
"ErrorResponse Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
arguments
context
errorCode
message
referenceToken
remediationMessage
Internal server error
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
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 minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message