0
olmy90 created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 8.4
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
If issue related with ABP Framework
- What is ABP Framework version?
If issue is about UI
Multitenant LDAP support - where to activate in Angular + .net core? I do not see it in the UI - so something seems to be missing. How can I activate that?
1 Answer(s)
-
0
Hi @olmy90
You can enable LDAP as explained here https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Active-Directory.
When you enable it using the line below, each tenant can configure its own LDAP settings or if they don't they can use Host LDAP settings.
Configuration.Modules.ZeroLdap().Enable(typeof(AppLdapAuthenticationSource));