Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

526
Views
Connect to Azure AD from Apache web server on windows

I am trying to use Azure AD to authenticate a website in Apache web server deployed on a windows server. A possible solution we were looking for is mod_auth_openidc, however, it is not available for windows.

Are there any other options that can be used to authenticate a website in apache on a windows server?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

The design pattern should work in any technology since HTTP interfaces are used:

  • Reverse proxy is the public URL
  • Website uses an Internal URL
  • Reverse proxy deals with OAuth and talks to Azure AD

Note that it is generally recommended in terms of secure hosting to put a reverse proxy in front of any of these components, so that an attacker has to breach 2 layers to get to data:

  • APIs
  • Web back ends that access data sources
  • Authorization Servers

Here is an option that might work for you - and once you have a good reverse proxy setup it gives you some interesting architectural options:

  • Use an Azure NGINX managed service which will use Linux based servers, but you don't need to know anything much about Linux to use them

  • Use the NGINX openidc module - also provided by Zmartzone - and host that alongside Azure AD

If it helps, at Curity we have some related resources - here is one that shows how to run NGINX on a Windows PC using Docker and how to take control over behaviour via plugins.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!