-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PKCE for web logins #9890
Comments
+1 |
+1 :) |
@crenshaw-dev, this looks interesting, is anyone working on this yet? |
@crenshaw-dev you can assign to me |
mmerrill3
added a commit
to mmerrill3/argo-cd
that referenced
this issue
Nov 16, 2022
Signed-off-by: mmerrill3 <jjpaacks@gmail.com>
mmerrill3
added a commit
to mmerrill3/argo-cd
that referenced
this issue
Nov 19, 2022
Signed-off-by: mmerrill3 <jjpaacks@gmail.com>
10 tasks
13 tasks
alexmt
pushed a commit
that referenced
this issue
Oct 30, 2023
jmilic1
pushed a commit
to jmilic1/argo-cd
that referenced
this issue
Nov 13, 2023
…#15889) feat: PKCE authentication flow for web logins argoproj#9890 (argoproj#15889) Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com> Signed-off-by: jmilic1 <70441727+jmilic1@users.noreply.github.com>
vladfr
pushed a commit
to vladfr/argo-cd
that referenced
this issue
Dec 13, 2023
…#15889) feat: PKCE authentication flow for web logins argoproj#9890 (argoproj#15889) Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
tesla59
pushed a commit
to tesla59/argo-cd
that referenced
this issue
Dec 16, 2023
…#15889) feat: PKCE authentication flow for web logins argoproj#9890 (argoproj#15889) Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
lyda
pushed a commit
to lyda/argo-cd
that referenced
this issue
Mar 28, 2024
…#15889) feat: PKCE authentication flow for web logins argoproj#9890 (argoproj#15889) Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com> Signed-off-by: Kevin Lyda <kevin@lyda.ie>
Hariharasuthan99
pushed a commit
to AmadeusITGroup/argo-cd
that referenced
this issue
Jun 16, 2024
…#15889) feat: PKCE authentication flow for web logins argoproj#9890 (argoproj#15889) Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The CLI currently supports PKCE. The web interface should do so as well.
Proposal
I believe the API server will have to maintain a cache of code verifiers.
The text was updated successfully, but these errors were encountered: