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:
committed by
GitHub
parent
b66fa896f3
commit
028eae04e2
+1
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user