I am developing a .net core API that will host on Azure. The main aim of this API is to connect with LDAP (On-premises). If the application hosts on-premises then there is no problem connecting with LDAP. But what are the options to connect with on-premises AD over the Internet?
Thanks.
Sorry, I forgot to mention the client is not interested in using VPN.