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