You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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("").
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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