Google Oauth #3326
Daniel-Boluda
started this conversation in
General
Google Oauth
#3326
Replies: 1 comment 1 reply
-
someone has any ideas / did this before? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all i need to say that i really love your project, its super nice user interface to set and configure nginx.
I'm trying to configure google auth to protect some of the applications i have behind Proxy Hosts, i have my container for google auth, looking as follows, but i'm having some problems to set it in Nginx-proxy-manager, i imagine something under the "advanced" section needs to be done, but i dont find any doc or example on how to do it.
Google Auth Service
auth-service:
image: quay.io/oauth2-proxy/oauth2-proxy
environment:
- OAUTH2_PROXY_CLIENT_ID=blablablabla.apps.googleusercontent.com
- OAUTH2_PROXY_CLIENT_SECRET=blablablabla
- OAUTH2_PROXY_COOKIE_SECRET=blablablabla
- OAUTH2_PROXY_REDIRECT_URL=https://mydomain/oauth2/callback
- OAUTH2_PROXY_AUTHENTICATED_EMAILS_FILE=/etc/oauth2_proxy/authenticated-emails.txt
volumes:
- /media/Config/nginx-proxy-manager/oauth2-proxy:/etc/oauth2_proxy
ports:
- "4180:4180"
restart: always
Beta Was this translation helpful? Give feedback.
All reactions