Skip to main content

oidcSignInResolvers.emailLocalPartMatchingUserEntityName

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

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

Signature:

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