Howdy!
I am setting a redirect_uri that has query parameters in the authorization URL as: redirect_uri=https://srv1.cameroncollective.com/oauth/callbacks?next=profile
The callback request getting back to my server looks like the query parameters are getting sliced and diced a little the field is there, but the value is dropped. Here’s the callback request info:
GET ‘/oauth/callbacks?next&code=$$$redacted$$$’>
Any thoughts?
Thanks in advanced.