NodeAuthProviderVidmProperties
NodeAuthProviderVidmProperties
Node AAA provider vIDM properties
JSON Example
{
"host_name": "string",
"client_id": "string",
"thumbprint": "string",
"client_secret": "string",
"node_host_name": "string",
"vidm_enable": false
}
string
host_name
Required
Fully Qualified Domain Name(FQDN) of vIDM
string
client_id
Required
vIDM client id
string
thumbprint
Required
Hexadecimal SHA256 hash of the vIDM server's X.509 certificate
string
client_secret
Optional
vIDM client secret
string
node_host_name
Required
host name to use when creating the redirect URL for clients to follow after authenticating to vIDM
boolean
vidm_enable
Optional
vIDM enable flag
Parameter To