{
  "topic": "errors.OIDC_PROVIDER_NOT_FOUND",
  "path": [
    "errors",
    "OIDC_PROVIDER_NOT_FOUND"
  ],
  "title": "OIDC_PROVIDER_NOT_FOUND — OIDC provider does not exist",
  "synopsis": "The provider UUID supplied in the path parameter does not correspond to a\nregistered OIDC provider for the caller's tenant. Either the provider was\nnever registered, was deleted, or the UUID belongs to a different tenant\n(cross-tenant existence is not disclosed).",
  "body": "# errors.OIDC_PROVIDER_NOT_FOUND\n\n## NAME\n\nOIDC_PROVIDER_NOT_FOUND — the OIDC provider with the given ID does not exist for this tenant.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nThe provider UUID supplied in the path parameter does not correspond to a\nregistered OIDC provider for the caller's tenant. Either the provider was\nnever registered, was deleted, or the UUID belongs to a different tenant\n(cross-tenant existence is not disclosed).\n\n## SEE ALSO\n\n- errors\n- errors.OIDC_PROVIDER_DUPLICATE\n- errors.OIDC_PROVIDER_INACTIVE\n",
  "sections": [
    {
      "name": "NAME",
      "body": "OIDC_PROVIDER_NOT_FOUND — the OIDC provider with the given ID does not exist for this tenant."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The provider UUID supplied in the path parameter does not correspond to a\nregistered OIDC provider for the caller's tenant. Either the provider was\nnever registered, was deleted, or the UUID belongs to a different tenant\n(cross-tenant existence is not disclosed)."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.OIDC_PROVIDER_DUPLICATE\n- errors.OIDC_PROVIDER_INACTIVE"
    }
  ],
  "see_also": [
    "errors",
    "errors.OIDC_PROVIDER_DUPLICATE"
  ],
  "stability": "stable",
  "actions": []
}
