DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › server fix-oidc-links

server fix-oidc-links

Reset OIDC linked IDs that do not match the expected issuer, allowing users to re-authenticate.

Usage

coder server fix-oidc-links [flags]

Options

-y, —yes

Typebool

Bypass confirmation prompts.

—postgres-url

Typestring
Environment$CODER_PG_CONNECTION_URL

URL of a PostgreSQL database. If empty, the built-in PostgreSQL deployment will be used (Coder must not be already running in this case).

—postgres-connection-auth

Typepassword|awsiamrds
Environment$CODER_PG_CONNECTION_AUTH
Defaultpassword

Type of auth to use when connecting to postgres.

—issuer-url

Typestring
Environment$CODER_OIDC_ISSUER_URL

The OIDC issuer URL. The canonical issuer is resolved via OIDC discovery.

-n, —dry-run

Typebool
Environment$CODER_FIX_OIDC_LINKS_DRY_RUN

Print analysis only, do not modify the database.

esc