Configure Ws1b And Add Oidc End Point
Configures NSX to use VC/WS1B for OIDC authentication. Using the provided JWT token, NSX will create an OAuth app on VC/WS1B, creating a client ID and client secret. NSX will subsequently use that client ID/secret to authenticate user, and will support single sign-on across VMware products.
Show optional properties
{
"certificate_chain": "string",
"nsx_fqdn": "string",
"oidc_uri": "string"
}
{
"api_token": "string",
"certificate_chain": "string",
"nsx_fqdn": "string",
"oidc_uri": "string"
}
A JWT token with sufficient privileges to create an OAuth app on VC/WS1B.
The public certificate chain for the VC/WS1B, in PEM format.
The fully qualified domain name of the NSX Manager. This is used when redirecting UI users after authenticating.
The OIDC discovery endpoint URL. Information such as the expected issuer and signing keys will be retrieved from this URL.
Created
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"certificate_chain:"string","oidc_uri:"string","nsx_fqdn:"string"}' https://{api_host}/api/v1/trust-management/oidc-uris/action/configure-ws1b-oidc-endpoint