NSX-T Data Center REST API

OidcHealthCheckError (type)

{
  "description": "Details about an error encountered while checking OIDC End Point health status.",
  "id": "OidcHealthCheckError",
  "module_id": "CertificateManager",
  "properties": {
    "error_detail": {
      "description": "Additional details about the cause of the error, if any could be determined.",
      "title": "Additional error details",
      "type": "string"
    },
    "error_type": {
      "description": "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.",
      "enum": [
        "JWKS_URI_FETCH_FAIL",
        "TOKEN_RETRIEVE_FAIL",
        "SCIM_SEARCH_FAIL"
      ],
      "title": "The type of error encountered",
      "type": "string"
    }
  },
  "title": "Error detail about OIDC health issue",
  "type": "object"
}