Replies: 2 comments 1 reply
-
With dex alone it is not possible, but you can achieve this using oauth2 proxy. There is an old example, but you can get the idea |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @nabokihms ! Is it secure enough to run oauth2-proxy on the same server as dex or should they be on separate servers? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently we use http auth to protect some web sites. Is it possible to configure Nginx to use its built-in auth_request module to proxy through to dex to authenticate/validate incoming users so they can access the site?
Whenever I search for Nginx and OIDC I get lots of pages about Okta, Lua-resty-oidc (I believe Nginx is getting rid of Lua), and Nginx Plus.
Any ideas or help getting pointed in the right direction?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions