From cab99a8282eab7eab87c0dff0d30f6d85d6151e3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 30 Jan 2026 11:58:43 +0100 Subject: [PATCH] Update docs/auth/oidc.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- docs/auth/oidc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index 7754c4089d..a55719e564 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -141,7 +141,7 @@ If none of the built-in resolvers are suitable, you can alternatively write a cu First, install the OIDC provider module: ```bash -yarn ./packages/backend add @backstage/plugin-auth-backend-module-oidc-provider +yarn --cwd packages/backend add @backstage/plugin-auth-backend-module-oidc-provider ``` Then create a custom resolver as shown below: