Skip to main content
Version: Next

microsoftSignInResolvers.userIdMatchingUserEntityAnnotation

Home > @backstage/plugin-auth-backend-module-microsoft-provider > microsoftSignInResolvers > userIdMatchingUserEntityAnnotation

Looks up the user by matching their Microsoft user id to the user id entity annotation.

Signature:

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