Override redirect_uri in Node OAuth2 API

Hi,

I need to override redirect_uri to some static 404 url. (It is for Tesla API)

How can I override the default one? Could it be possible to use Auth URI Query Parameters to override this variable when need?

Also there is no client_secret but it is mandatory for n8n :frowning: Any tips?

cf: Authentication - Tesla JSON API (Unofficial)

That API uses OAuth2 Authorization Code with PKCE Flow and the HTTP node only supports OAuth2 Authorization code. So, do not think that is posible.

Than you for the reply!