Closed vincib closed 11 months ago
quickly :
CONFIG_OAUTH2_ISSUER=https://accounts.google.com/.well-known/openid-configuration
#CONFIG_OAUTH2_PROVIDER=google
CONFIG_OAUTH2_CLIENT_ID=1234-xxxx.apps.googleusercontent.com
CONFIG_OAUTH2_CLIENT_SECRET=GOCSPX-xxxx
I tried that with Openvpn3 for Linux and it worked like a charm :smile:
If you want, you can contribute docs here:
What it would REALLY helpful is what is todo on Google site, e.g. setup whatever.
CONFIG_OAUTH2_PROVIDER=google
Good to see, that a dedicated provider is not needed.
to create the app in your google workspace :
I'll do a pull request on your doc
Problem Statement
I'd like to use google workspaces as a oauth2 provider with this program
Proposed Solution
I found a way to configure it and it worked, I'll post here the configuration I used, if you want to enhance your documentation :)
Additional information
No response
Acceptance Criteria
No response