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