commonSignInResolvers.emailMatchingUserEntityProfileEmail
Home > @backstage/plugin-auth-node > commonSignInResolvers > emailMatchingUserEntityProfileEmail
A common sign-in resolver that looks up the user using their email address as email of the entity.
Signature:
emailMatchingUserEntityProfileEmail: import("./createSignInResolverFactory").SignInResolverFactory<unknown, {
allowedDomains?: string[] | undefined;
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>