Skip to main content

bitbucketSignInResolvers.userIdMatchingUserEntityAnnotation

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

Looks up the user by matching their Bitbucket user ID with the bitbucket.org/user-id annotation.

Signature:

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