You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
teward
changed the title
PKCE auth support?
No mechanism for PKCE auth built into python-keycloak
Jan 28, 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.
The text was updated successfully, but these errors were encountered: