0
sysberriestechnology created
Dear Support Team,
Kindly let us know how we can have LDAP authentication for host account (only) on a Multi-tenant application.
Awaiting your early reply.
Thanks & Regards,
Prasanth Menon
1 Answer(s)
-
0
Hi,
You can override thi method https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.ZeroCore/Authorization/AbpLoginManager.cs#L129 in your LoginManager.cs and call
TryLoginFromExternalAuthenticationSourcesAsync
even if thetenantId
is null.