From b66fa896f3e0cb99c1a80b1c799c9836a0396455 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Sun, 2 Oct 2022 19:18:18 -0500 Subject: [PATCH] Update docs/auth/oidc.md Co-authored-by: Patrik Oldsberg Signed-off-by: Carlos Esteban Lopez Jaramillo --- docs/auth/oidc.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index 0d71e27cf3..b82141a35d 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -196,11 +196,6 @@ export default async function createPlugin( } ``` -We could replace the whole `signIn` object with -`providers.microsoft.resolvers.emailLocalPartMatchingUserEntityName() as any` and as long -as you have the correct user configured in the catalog it should work, note the `as any` -part, TS will error out because of typings, so we type cast it to any, it should still -work given the response of an OIDC or OAuth2 request to microsoft is very similar. ### The configuration