Update docs/auth/oidc.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2022-10-02 19:18:52 -05:00
committed by GitHub
parent b66fa896f3
commit 028eae04e2
+1 -6
View File
@@ -152,12 +152,7 @@ linking the built in resolvers of backstage.
The default OIDC provider does not support SignIn, we need to add such support by
adding a resolver for a SignIn request.
As an example if you're setting up OIDC provider with Azure IDP, you could reuse
the built in resolvers, or create one yourself in `packages/backend/src/plugins/auth.ts`.
At the time of writing the default OIDC provider doesn't have resolvers, we could reuse
one from the Microsoft Auth provider, but we'll create one from scratch to ilustrate the
scenario where the existing resolvers from other providers don't match what we want:
The OIDC provider doesn't provide any build-in resolvers, so we'll need to define our own:
```diff
import {