NSX-T Data Center REST API
Update an OpenID Connect end-point.
Update the properties of an OpenID Connect end-point. The oidc_uri propertymay not be changed. If you need to update the oidc_uri, you should delete
the OIDC end-point and create a new one with the correct oidc_uri.
This request also re-fetches the issuer, jwks_uri, and other meta-data
from the OIDC end-point and stores it.
Request:
Method:
PUT
URI Path(s):
/api/v1/trust-management/oidc-uris/{id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
OidcEndPoint+
Example Request:
{ "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+