Skip to main content
Version: Next

bitbucketSignInResolvers.usernameMatchingUserEntityAnnotation

Home > @backstage/plugin-auth-backend-module-bitbucket-provider > bitbucketSignInResolvers > usernameMatchingUserEntityAnnotation

Looks up the user by matching their Bitbucket username with the bitbucket.org/username annotation.

Signature:

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