Link to home
Start Free TrialLog in
Avatar of Boon Chye Phang
Boon Chye Phang

asked on

Azure Web App authenticate with on-premise Active Directory

Currently I have on-premise IIS Websites authenticate with Active Directory (AD) using local IP address, the AD is only accessible in my corporate network. I want to migrate the IIS Websites to Azure Web Apps, but authenticate with the same on-premise AD.

Can I check what are the infrastructure configurations required for the AD?
What do I have to change in my application code to authenticate?
ASKER CERTIFIED SOLUTION
Avatar of Cliff Galiher
Cliff Galiher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Is it a .NET website? Have a look at this website, specifically the WEB.config, I developed that authenticates against Active Directory
https://www.experts-exchange.com/articles/31477/Free-Open-Source-Self-Service-Password-Reset-tool-for-Active-Directory.html