Hello,
One of our applications consistently encounters the following error from authlib/integrations/base_client/remote_app.py in create_authorization_url:
_create_oauth2_authorization_url() got multiple values for argument 'client'
whereas
client should not be included in kwargs.
We seem to send the correct keyword arguments (with single client keyword) when calling .authorized_redirect from our end as shown below.

