Skip to main content
Version: Next

bitbucketServerSignInResolvers.emailMatchingUserEntityProfileEmail

Home > @backstage/plugin-auth-backend-module-bitbucket-server-provider > bitbucketServerSignInResolvers > emailMatchingUserEntityProfileEmail

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

Signature:

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