NSX-T Data Center REST API

Add an OpenID Connect end-point.

This request also fetches the issuer and jwks_uri meta-data from the OIDC
end-point and stores it.

Request:

Method:
POST
URI Path(s):
/api/v1/trust-management/oidc-uris
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
OidcEndPoint+

Example Request:

POST https://<nsx-mgr>/api/v1/trust-management/oidc-uris { "oidc_uri": "https://sc2-rdops-vm08-dhcp-27-70.eng.vmware.com/openidconnect/.well-known/openid-configuration", "thumbprint": "601dfc76c4ade8e062e2530ddf8c28236a284db8059ca3bb43340c29c5c9d681", "oidc_type": "vcenter" }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
OidcEndPoint+

Example Response:

{ "id": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "name": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "oidc_uri": "https://sc2-rdops-vm08-dhcp-27-70.eng.vmware.com/openidconnect/.well-known/openid-configuration", "thumbprint": "601dfc76c4ade8e062e2530ddf8c28236a284db8059ca3bb43340c29c5c9d681", "oidc_type": "vcenter", "issuer": "https://sc2-rdops-vm08-dhcp-27-70.eng.vmware.com/openidconnect/vsphere.local", "jwks_uri": "https://sc2-rdops-vm08-dhcp-27-70.eng.vmware.com/openidconnect/jwks/vsphere.local" }

Required Permissions:

crud

Feature:

trust_principal_identities

Additional Errors: