Dex Authenticating with Google: Not Found Invalid client_id (""). #3453
Unanswered
BenGee1996
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have got dex running on an AWS EKS Cluster and when navigating to the URL we have created, it displays a log in screen for our two providers okta and google.
We are deploying dex through the use of a helm chart.
When clicking google to login, I am greeted with the error
Not Found
Invalid client_id ("").
This immediately makes me believe that the values.yaml file for the Dex helm chart is not recognising the client_id we have entered.
However, our code matches that of the Dex documentation:
Obviously I have removed the sensitive data, but could anyone assist with why the clientid is not being read from here?
Just to be sure, I have amended other sections of the values.yaml file and confirmed it is taking effect, so the chart is definitely finding and using the values.yaml file.
Beta Was this translation helpful? Give feedback.
All reactions