NSX-T Data Center REST API

Return the list of OpenID Connect end-points.

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/trust-management/oidcs

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
OidcEndPointListResult+

Example Response:

{ [ { "oidc_uri": "https://vc1.oidc.endpoint.vmware.com/openidconnect/.well-known/openid-configuration", "thumbprint": "601dfc76c4ade8e062e2530ddf8c28236a284db8059ca3bb43340c29c5c9d681", "oidc_type": "vcenter", "issuer": "https://vc1.oidc.endpoint.vmware.com/openidconnect/vsphere.local", "jwks_uri": "https://vc1.oidc.endpoint.vmware.com/openidconnect/jwks/vsphere.local" }, { "oidc_uri": "https://vc2.oidc.endpoint.vmware.com/openidconnect/.well-known/openid-configuration", "thumbprint": "569efc76c4ade8e062e2530ddf8c28236a284db8059ca3bb43340c29c5c998dc", "oidc_type": "vcenter" "issuer": "https://vc2.oidc.endpoint.vmware.com/openidconnect/vsphere.local", "jwks_uri": "https://vc2.oidc.endpoint.vmware.com/openidconnect/jwks/vsphere.local" } ] }

Required Permissions:

read

Feature:

trust_principal_identities

Additional Errors: