From 028eae04e224372858698f61be7b0b633b61c524 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Sun, 2 Oct 2022 19:18:52 -0500 Subject: [PATCH] Update docs/auth/oidc.md Co-authored-by: Patrik Oldsberg Signed-off-by: Carlos Esteban Lopez Jaramillo --- docs/auth/oidc.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index b82141a35d..5c68043d7a 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -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 {