Closed eatyourgreens closed 8 years ago
Looks like Doorkeeper requires secure redirects now, https://github.com/doorkeeper-gem/doorkeeper/blob/master/spec/validators/redirect_uri_validator_spec.rb. Will fix manually and look into some better form handling for this.
Looks like Gorongosa and Shakespeare's World have http:
redirects too.
yeah - they were created before this change in the lib we use came in.
Ok, so we need to upgrade Wildcam and Shakespeare to https
, including any content they load, then fix the redirect URIs.
I was planning to do this soon for our custom panoptes projects anyway, so I’ll move that to the top of my list.
On 10 Feb 2016, at 16:59, eatyourgreens notifications@github.com wrote:
Ok, so we need to upgrade Wildcam and Shakespeare to https, including any content they load, then fix the redirect URIs.
— Reply to this email directly or view it on GitHub https://github.com/zooniverse/Panoptes/issues/1664#issuecomment-182479813.
Updating the details of an app (
redirect_uri
in this case) POSTs tohttps://panoptes.zooniverse.org/oauth/applications/{app_id}
which returns422 Unprocessable Entity
Here's the form data, if it helps (minus the authenticity token)