NSX-T Data Center REST API
OidcHealthCheckError (schema)
Error detail about OIDC health issue
Details about an error encountered while checking OIDC End Point health status.
Name | Description | Type | Notes |
---|---|---|---|
error_detail | Additional error details Additional details about the cause of the error, if any could be determined. |
string | |
error_type | The type of error encountered A problem discovered when checking the health of the OIDC End Point. DISCOVERY_URI_FETCH_FAIL: The OIDC discovery endpoint could not be retrieved. TOKEN_RETRIEVE_FAIL: NSX was unable to retrieve a token from the OIDC End Point. Authentication to NSX using OIDC will not be possible. SCIM_SEARCH_FAIL: NSX was unable to perform a user/group search of the SCIM (System for Cross-domain Identity Management) endpoint. User and group searches will not function correctly. GENERAL_ERROR: Some general error occurred while verifying the OIDC endpoint. |
string | Enum: JWKS_URI_FETCH_FAIL, TOKEN_RETRIEVE_FAIL, SCIM_SEARCH_FAIL |