Ws1bOidcEndpointCreateRequest
Ws1bOidcEndpointCreateRequest
JSON Example
{
"api_token": "string",
"certificate_chain": "string",
"nsx_fqdn": "string",
"oidc_uri": "string"
}
string
api_token
Optional
A JWT token with sufficient privileges to create an OAuth app on VC/WS1B.
string
certificate_chain
Required
The public certificate chain for the VC/WS1B, in PEM format.
string
nsx_fqdn
Required
The fully qualified domain name of the NSX Manager. This is used when redirecting UI users after authenticating.
string
oidc_uri
Required
The OIDC discovery endpoint URL. Information such as the expected issuer and signing keys will be retrieved from this URL.