This issue is putting the brakes on my GPT development. Many popular APIs out there implement OAuth authorization on a different root domain. Yahoo being one of them:
https://api.login.yahoo.com/oauth2/authorize
VS
https://fantasysports.yahooapis.com
We’ve been able to hack around this using url shorteners and proxy approaches. However, those are band-aids at best. They do not provide production ready expereinces we can share with end users. They actually make the situation less secure as well as provide a confusing user experience.
Is this going to be addressed?