Save Vidm Configuration
vRealize Network Insight supports SSO authentication through VMware Identity Manager. To authenticate against a particular VMware Identity Manager appliance, it must be configured and enabled in vRealize Network Insight. Only admin users can perform this action.
{
"vidm_appliance": "identity.domain.com",
"rootCA_certificate": "-----BEGIN CERTIFICATE----- ..etc..",
"client_id": "vRealize Network Insight Client-ID",
"client_secret": "T2zRetc2f242KhelfoO6Qzw9",
"sha_thumbprint": "15:37:48:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:19",
"enable": true
}
Provide fully quallified domain name of VMware Identity Manager
Provide rootCA certificate to trust. Can be generated using /vidm/licence
Register VMware vRealize Network Insight as an OAuth client to VMware Identity Manager and provide client-id
Provide the registered OAuth client secret
Optionally, provide SHA thumbprint to validate VMware Identity Manager appliance that is being configured
True, to enable the VMware Identity Manager integration in vRealize Network Insight
Success
{
"vidm_appliance": "identity.domain.com",
"client_id": "vRealize Network Insight Client-ID",
"enable": true,
"certificate_validation_enabled": false
}
Fully quallified domain name of VMware Identity Manager
Client-id of the configured OAuth client
True, if VMware Identity Manager integration is enabled
True, if SSL certificate check is enabled.
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Already Exists
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error