-
The below two params should replace with parameters or just remain unchanged
my config-dev.yaml is as follows:
what else should i do to configure authentication through Google? |
Beta Was this translation helpful? Give feedback.
Answered by
nabokihms
Feb 25, 2021
Replies: 1 comment 1 reply
-
You can find the doc about google connector here https://dexidp.io/docs/connectors/google/. Hope that it will help. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gy95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find the doc about google connector here https://dexidp.io/docs/connectors/google/.
Connector config values starting with a "$" will read from the environment, so you need to expose corresponding environment variables with client id and secret id of google app.
Hope that it will help.