hi
Can you share a screenshot of the link login page in HttpApi.Host project?
hi
The Volo.Abp.Account.Pro.Public.Web.OpenIddict and Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic packages contain the UI pages.
If you don't need them, you can remove them.
hi
You can disable the filter to see all the data.
https://abp.io/docs/latest/framework/infrastructure/data-filtering#idatafilter-service-enable-disable-data-filters
hi
Please share your authserver.csproj file content.
hi
Call the IdentityServiceEfCoreEntityExtensionMappings.Configure(); in the Auth Sever module's PreConfigureServices
public override void PreConfigureServices(ServiceConfigurationContext context)
{
IdentityServiceEfCoreEntityExtensionMappings.Configure();
}
hi
Can you try to add the same code(ObjectExtensionManager.Instance.MapEfCoreProperty<IdentityUser, string>) in identity and authserver projects?
The code can be duplicated.
You can remove the .Web package from auth server, and npm packages from packages.jon
But the UI won't work after that.
You can only use the oauth2 flow without UI.