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