kubelogin icon indicating copy to clipboard operation
kubelogin copied to clipboard

PKCE support with Keycloak

Open danifr opened this issue 3 years ago • 1 comments

Not an actual issue but more a question :)

I saw kauthproxy supports code grant flow with Proof Key for Code Exchange with Okta. Do you think it would be possible to have it working with Keycloak too?

Any hints on how to configure it? If my tests are successful I can contribute to the project adding some documentation.

Thanks a lot for you amazing work. Daniel.

PS: I took the liberty to add your other plugin "kauthproxy" to AUR so arch users can easily install it: https://aur.archlinux.org/packages/kauthproxy/

danifr avatar May 20 '21 09:05 danifr

It seems Keycloak supports PKCE and should work with kubelogin. https://www.keycloak.org/2021/05/keycloak-1300-released.html

int128 avatar Jun 07 '21 04:06 int128