System Administration >
Settings
>
User Management
>
Principal Identity
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
+
OidcEndPointListResult
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
cursor
Opaque cursor to be used for getting next page of records (supplied by current result page)
string
Readonly
result_count
Count of results found (across all pages), set only on first page
integer
Readonly
results
OidcEndPoint list.
array of
OidcEndPoint
Required
Readonly
sort_ascending
If true, results are sorted in ascending order
boolean
Readonly
sort_by
Field by which records are sorted
string
Readonly
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:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable