Get Identity Provider By Id
Get a specific identity irovider using its id
ID of the Identity Provider
OK
{
"id": "string",
"name": "string",
"type": "string",
"domainNames": [
"string"
],
"identitySources": [
{
"name": "string",
"type": "string",
"domainNames": [
"string"
],
"ldap": {
"type": "string",
"domainName": "string",
"domainAlias": "string",
"username": "string",
"sourceDetails": {
"usersBaseDn": "string",
"groupsBaseDn": "string",
"certChain": [
"string"
],
"serverEndpoints": [
"string"
]
}
}
}
],
"ldap": {
"type": "string",
"domainName": "string",
"domainAlias": "string",
"username": "string",
"sourceDetails": {
"usersBaseDn": "string",
"groupsBaseDn": "string",
"certChain": [
"string"
],
"serverEndpoints": [
"string"
]
}
},
"oidc": {
"clientId": "string",
"discoveryEndpoint": "string",
"authEndpoint": "string",
"authMethod": "One among: CLIENT_SECRET_BASIC, CLIENT_SECRET_POST, CLIENT_SECRET_JWT, PRIVATE_KEY_JWT",
"logoutEndpoint": "string",
"issuer": "string",
"publicKeyUri": "string",
"tokenEndpoint": "string"
},
"status": "One among: ACTIVE, INACTIVE",
"idpMessage": "string",
"fedIdp": {
"name": "string",
"source": "One among: OKTA, MICROSOFT_ENTRA_ID, PING_FEDERATE",
"directoryList": {
"directoryId": "string",
"name": "string",
"defaultDomain": "string",
"domains": [
"string"
],
"federatedIdpSourceType": "One among: OKTA, MICROSOFT_ENTRA_ID, PING_FEDERATE"
},
"oidcInfo": {
"clientId": "string",
"discoveryEndpoint": "string",
"authEndpoint": "string",
"authMethod": "One among: CLIENT_SECRET_BASIC, CLIENT_SECRET_POST, CLIENT_SECRET_JWT, PRIVATE_KEY_JWT",
"logoutEndpoint": "string",
"issuer": "string",
"publicKeyUri": "string",
"tokenEndpoint": "string"
},
"syncClientTokenTTL": 0,
"syncClientTokenInfo": {
"expireIn": 0,
"expireAt": "string",
"token": "string",
"scimUrl": "string"
}
}
}
ID of the Identity Provider
The user-friendly name for the Identity Provider
The type of the Identity Provider
The Domains of 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 message conveyed by VCF for managing the Identity Provider
The identity management info when the provider is via broker federation
Unauthorized Request
{
"errorCode": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"cause": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"ErrorResponse Object"
],
"referenceToken": "string"
}
errorCode
arguments
context
message
remediationMessage
referenceToken
Internal server error
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
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
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.