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
The internal method validate_authorization_request should return the list of OAuth2 fields in request_info. However, this function is not returning the PKCE values.
Additional context
OAuth2 Provider - Using PKCE with Authorization Code
The downstream DOT library has implemented a workaround but it should be available for all downstream libraries. See jazzband/django-oauth-toolkit#707
The text was updated successfully, but these errors were encountered:
Describe the bug
The internal method
validate_authorization_request
should return the list of OAuth2 fields inrequest_info
. However, this function is not returning the PKCE values.Additional context
OAuth2 Provider - Using PKCE with Authorization Code
The downstream DOT library has implemented a workaround but it should be available for all downstream libraries. See
jazzband/django-oauth-toolkit#707
The text was updated successfully, but these errors were encountered: