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 Network Insight. Only admin users can perform this action.
{
"vidm_appliance": "identity.domain.com",
"client_id": "string",
"client_secret": "string",
"sha_thumbprint": "string",
"enable": false
}
Provide fully quallified domain name of VMware Identity Manager
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": "string",
"enable": false
}
Fully quallified domain name of VMware Identity Manager
Client-id of the configured OAuth client
True, if VMware Identity Manager integration 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