Backstage
    Preparing search index...
    emailMatchingUserEntityProfileEmail: SignInResolverFactory<
        unknown,
        | {
            allowedDomains?: string[];
            dangerouslyAllowSignInWithoutUserInCatalog?: boolean;
        }
        | undefined,
    > = commonSignInResolvers.emailMatchingUserEntityProfileEmail

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