The goal is to give the third party I'm authenticating, the ability to indicate content-type of they their tokenURL,, therefore changing the way the request is made.
The most promising solution thus far has been something along the lines of this (it did not work):
Here is everything I have tried: https://chat.openai.com/share/cda16915-b97e-48de-836b-62501ab93041
Content-Type
is decided in theoauth
package here https://github.com/ciaranj/node-oauth/blob/0749d671f04b684ca255d6ff5340ae3efe711d9a/lib/oauth2.js#L191The goal is to give the third party I'm authenticating, the ability to indicate content-type of they their tokenURL,, therefore changing the way the request is made.
The most promising solution thus far has been something along the lines of this (it did not work):