Skip to main content
Version: Next

githubSignInResolvers

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

Available sign-in resolvers for the GitHub auth provider.

Signature:

namespace githubSignInResolvers 

Variables

Variable

Description

userIdMatchingUserEntityAnnotation

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

usernameMatchingUserEntityName

Looks up the user by matching their GitHub username to the entity name.