-
-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
Milestone
Description
Describe the bug
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
django-oauth/django-oauth-toolkit#707