You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
My company uses Azure AD as main user account repository. oauth2_proxy sounds like exactly what we need to use nginx reverse proxy for protecting our internal applications. Any plans for supporting Azure AD?
The text was updated successfully, but these errors were encountered:
Funny you should ask... ;-) My team (18F) is proposing an oauth2_proxy+AD-based solution in the very near future, and I was planning on hacking in the support myself. Which, ideally, should only involve adding a new class to the providers package.
@mbland I'd be interested in the approach you are thinking about.
I wonder if a separate oauth+AD bridge (something that exposes oauth2 sign in flow while authenticating against AD) would be ideal in tandem with oauth2_proxy.
My company uses Azure AD as main user account repository. oauth2_proxy sounds like exactly what we need to use nginx reverse proxy for protecting our internal applications. Any plans for supporting Azure AD?
The text was updated successfully, but these errors were encountered: