passport-reverseproxy
passport-reverseproxy copied to clipboard
Passport Reverseproxy for Azure AD
Hi,
Any plans to also support the passport-azure-ad module within your Passport-reverseproxy module? Or any clues on how easy it is to modify the code base to make this work with passport-azure-ad ?
Hi @tijldullers,
You should be able to use the passport-azure-ad middleware directly with Passport. I doubt you need this middleware.
This module exists for unusual situations where another network device performs authentication. The network device then reverse proxies the request to the Node.js server. This is an uncommon setup, usually seen for Single Sign On (SSO), Kerberos, etc handled by a specialized appliance.
Let me know if I misunderstand your question.
Steve