OidcHealthCheckError

OidcHealthCheckError
OidcHealthCheckError

Details about an error encountered while checking OIDC End Point health status.

JSON Example
{
    "error_detail": "string",
    "error_type": "string"
}
string
error_detail
Optional

Additional details about the cause of the error, if any could be determined.

string
error_type
Optional

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.

Possible values are : JWKS_URI_FETCH_FAIL, TOKEN_RETRIEVE_FAIL, SCIM_SEARCH_FAIL,