Currently, it does not seem possible to override the response_mode to not be sent if PKCE is used (response_type: 'code'); the library overwrites it with 'query' if it is not specified.
The OAuth provider I am connecting to does not accept this parameter. Would it be possible to allow overriding the field?
Currently, it does not seem possible to override the
response_mode
to not be sent if PKCE is used (response_type: 'code'
); the library overwrites it with 'query' if it is not specified.The OAuth provider I am connecting to does not accept this parameter. Would it be possible to allow overriding the field?