Hi,
I need to migrate a large java web application to azure cloud. The application uses ldap authentication within the same domain.
--------------------------
I was able to migrate the web application itself by using tomcat apache azure custom web-app and setup ldaps authentication over the internet.
--------------------------
Current issue is that we also have a SQL and IIS server.
Is it possible to authenticate users with ldaps over the internet both from IIS Webdav (fileshare) and the SQL Server? They can't be domain joined. Azure AD Domain Services is not an option.
Automation