googleSignInResolvers.emailMatchingUserEntityAnnotation
Home > @backstage/plugin-auth-backend-module-google-provider > googleSignInResolvers > emailMatchingUserEntityAnnotation
Looks up the user by matching their email to the google.com/email annotation.
Signature:
emailMatchingUserEntityAnnotation: import("@backstage/plugin-auth-node").SignInResolverFactory<OAuthAuthenticatorResult<PassportProfile>, {
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>