Update docs/auth/oidc.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-30 11:58:43 +01:00
committed by GitHub
parent a21f50fc57
commit cab99a8282
+1 -1
View File
@@ -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: