NSX-T Data Center REST API

Get an OpenID Connect end-point.

When ?refresh=true is added to the request, the meta-data is newly fetched
from the OIDC end-point.

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/trust-management/oidc-uris/ebd3032d-728e-44d4-9914-d4f81c9972cb

Successful Response:

Response Code:
200 OK
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:

read

Feature:

trust_principal_identities

Additional Errors: