Replies: 3 comments
-
|
Hi, were you able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i am facing the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I am currently trying to deploy Dex with ldap connector, but I am facing the issue below when trying to access Dex on browser (Microsoft Edge).
When accessing Dex from within the cluster, everything seems to work fine. Running curl http://<service>/api/dex/auth from a test container returns the html response for the log in page for Dex. However, when exposing Dex through ingress and accessing it from a browser, I get the error shown in the screenshot above: Not Found Invalid client_id ("")..
What is this client id refer to? As per my understanding, configuring a client id is not necessary in the config section of Dex's configuration (like clientID for Microsoft Connector for example) and the client id doesn't refer to the static client I create. And even if I specify some value for client id, the error always returns client_id("").
Logs from Dex show the error below:

Dex configuration below:
I would appreciate some guidance on this.
Beta Was this translation helpful? Give feedback.
All reactions