{
  "topic": "errors.OIDC_PROVIDER_INACTIVE",
  "path": [
    "errors",
    "OIDC_PROVIDER_INACTIVE"
  ],
  "title": "OIDC_PROVIDER_INACTIVE — provider is invalidated",
  "synopsis": "`PATCH /oauth/oidc/providers/{id}` requires the provider to be in the active\nstate. If the provider has been invalidated via\n`POST /oauth/oidc/providers/{id}/invalidate`, this error is returned.",
  "body": "# errors.OIDC_PROVIDER_INACTIVE\n\n## NAME\n\nOIDC_PROVIDER_INACTIVE — the OIDC provider is currently invalidated and cannot be updated.\n\n## SYNOPSIS\n\nHTTP: `409` `Conflict`. Retryable: `no`.\n\n## DESCRIPTION\n\n`PATCH /oauth/oidc/providers/{id}` requires the provider to be in the active\nstate. If the provider has been invalidated via\n`POST /oauth/oidc/providers/{id}/invalidate`, this error is returned.\n\nTo update an invalidated provider, first reactivate it via\n`POST /oauth/oidc/providers/{id}/reactivate`, then apply the update.\n\n## SEE ALSO\n\n- errors\n- errors.OIDC_PROVIDER_NOT_FOUND\n",
  "sections": [
    {
      "name": "NAME",
      "body": "OIDC_PROVIDER_INACTIVE — the OIDC provider is currently invalidated and cannot be updated."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `409` `Conflict`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "`PATCH /oauth/oidc/providers/{id}` requires the provider to be in the active\nstate. If the provider has been invalidated via\n`POST /oauth/oidc/providers/{id}/invalidate`, this error is returned.\n\nTo update an invalidated provider, first reactivate it via\n`POST /oauth/oidc/providers/{id}/reactivate`, then apply the update."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.OIDC_PROVIDER_NOT_FOUND"
    }
  ],
  "see_also": [
    "errors",
    "errors.OIDC_PROVIDER_NOT_FOUND"
  ],
  "stability": "stable",
  "actions": []
}
