oidc not able to login with cli with KeyCloak #6993
-
Is argocd cli not supported with oidc? Or do I have something misconfigured? UI login works fine, but cli login gives this error:
server logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Argo CD should support OIDC CLI login. Could you provide more details about your setup? who is your provider? are you using dex or native oidc support? Are you able to paste the config (redacted)? |
Beta Was this translation helpful? Give feedback.
-
Hi @ezdan , I was able to fix the issue by making the client public as shown below. If your security policies does not allow you to make the client public then yes, I think you would need to create a new client for CLI. Does this work for you ? I will be awaiting your reply. |
Beta Was this translation helpful? Give feedback.
-
yeah abhishek .. some times i cant to create it..can you give me solution |
Beta Was this translation helpful? Give feedback.
Hi @ezdan , I was able to fix the issue by making the client public as shown below.
If your security policies does not allow you to make the client public then yes, I think you would need to create a new client for CLI. Does this work for you ? I will be awaiting your reply.