githubSignInResolvers.usernameMatchingUserEntityName
Home > @backstage/plugin-auth-backend-module-github-provider > githubSignInResolvers > usernameMatchingUserEntityName
Looks up the user by matching their GitHub username to the entity name.
Signature:
usernameMatchingUserEntityName: import("@backstage/plugin-auth-node").SignInResolverFactory<OAuthAuthenticatorResult<GithubProfile>, {
dangerouslyAllowSignInWithoutUserInCatalog?: boolean | undefined;
} | undefined>