hi
What's your oAuthConfig
of the angular app?
You can configure authentication schemes in different modules, which are then hosted by one or more Hosts.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo/Abp/Identity/AspNetCore/AbpIdentityAspNetCoreModule.cs#L35
See https://github.com/abpframework/abp/issues/10927
Hello
You just need to follow the recommended method of ASPNET Core. ABP will support
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/modules/cms-kit/host/Volo.CmsKit.Web.Host/CmsKitWebHostModule.cs#L131-L159
hi https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins
hi
sample_user@sample_domain
I still think it would be easier to customize the built-in LDAP service.
You can create a feature request on Github
Are there any warnings from the browser console?
You can try dotnet run
instead of IIS.
hi
Maybe this will help.
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/?view=aspnetcore-6.0&tabs=visual-studio
hi
Please check your app logs.
Active Directory requires domain name with user name
Can you share relevant documents?