Skip to main content

githubSignInResolvers.userIdMatchingUserEntityAnnotation

Home > @backstage/plugin-auth-backend-module-github-provider > githubSignInResolvers > userIdMatchingUserEntityAnnotation

Looks up the user by matching their GitHub user ID to the github.com/user-id annotation.

Signature:

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