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 OIDCend-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+