Hi, I am trying to crate an action to use in my custom GPT inside chatGPT. When the user of the GPT tries to authenticate, the auth redirect URL (/aip/g-_____________________/oauth/callback) redirects to /?model=gpt-4-plugins and the authentication is never complete.
PS: using instead of the actual url since it’s preventing me from posting the actual url
I have a related issue: is it possible to use OAuth without using the authorization url? In my case, the API I’m using supports service-level OAuth, so you just need to submit the client ID + secret to obtain an service-level access token, which does not require user auth.