Authorize_redirect; Authorization Endpoint Error

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.

Hi @JamieQeexo,

Try using client_id.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.