I am trying to convert my app from jwt to OAuth. I am really confused with the settings. The jwt only has a few fields.
I tried to create a Server-to-Server OAuth connection. I tried entering a the same url for the redirect as well as the allowed list. I am getting a 4,700 invalid redirect error.
Why is there a redirect in the first place? This is supposed to be a post call to get an authentication token. We don’t have a redirect.
With our without a redirect, how do I get this to work? I added a valid url.