Skip to content
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

No mechanism for PKCE auth built into python-keycloak #635

Open
teward opened this issue Jan 27, 2025 · 0 comments
Open

No mechanism for PKCE auth built into python-keycloak #635

teward opened this issue Jan 27, 2025 · 0 comments

Comments

@teward
Copy link

teward commented Jan 27, 2025

Currently, there is no PKCE capabilities in python-keycloak.

When interacting with Public type endpoints, where PKCE is enabled, it is required to provide several things such as a non-empty State field, a code_challenge_method argument, and a code_challenge argument with a PKCE challenge.

It may be prudent to create auth_url and such endpoints that support PKCE.

@teward teward changed the title PKCE auth support? No mechanism for PKCE auth built into python-keycloak Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant