Skip to main content

oidcSignInResolvers.emailMatchingUserEntityProfileEmail

Home > @backstage/plugin-auth-backend-module-oidc-provider > oidcSignInResolvers > emailMatchingUserEntityProfileEmail

A oidc resolver that looks up the user using their email address as email of the entity.

Signature:

emailMatchingUserEntityProfileEmail: import("@backstage/plugin-auth-node").SignInResolverFactory<unknown, {
allowedDomains?: string[] | undefined;
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>