Skip to main content
Version: Next

microsoftSignInResolvers.emailMatchingUserEntityAnnotation

Home > @backstage/plugin-auth-backend-module-microsoft-provider > microsoftSignInResolvers > emailMatchingUserEntityAnnotation

Looks up the user by matching their Microsoft email to the email entity annotation.

Signature:

emailMatchingUserEntityAnnotation: import("@backstage/plugin-auth-node").SignInResolverFactory<OAuthAuthenticatorResult<PassportProfile>, {
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>