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