Replies: 3 comments
-
Hi, were you able to solve this? |
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
-
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:
![{DA561AAC-3D59-4736-91B4-DD3989951089}](https://private-user-images.githubusercontent.com/99015361/380701212-f6446a55-da11-4426-8fcc-d97acbe4de44.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc4MDAsIm5iZiI6MTczOTY1NzUwMCwicGF0aCI6Ii85OTAxNTM2MS8zODA3MDEyMTItZjY0NDZhNTUtZGExMS00NDI2LThmY2MtZDk3YWNiZTRkZTQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIyMTE0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMzZjFhYmZiY2Y1OTUxOWE4NWNjZDkwMzEzNDU0ZWIxOTg2YTliNWIwNTZjODRmY2U3ODdlZTc4ODM0NTQ3ZmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Mp6n38a2m3exGbnkJLLi1rRMeCx5_UbBe84SHBYf0L4)
Dex configuration below:
I would appreciate some guidance on this.
Beta Was this translation helpful? Give feedback.
All reactions