justingreerbbi / wordpress-oauth-server

This plugin is a full OAuth 2.0 authorization server/provider for WordPress. The goal of WP OAuth Server is to provide an easy to use authorization method that 3rd party platforms can use to securely authorize users from your WordPress site.
https://wp-oauth.com
98 stars 46 forks source link

redirect_uri_mismatch #53

Open JulianKingman opened 7 years ago

JulianKingman commented 7 years ago

I'm getting a redirect_uri_mismatch, and I can't track down what the source of the problem is. Any idea why this error is popping up?

To state the obvious, oAuth Server has the redirect url set as https://app.example.com/_oauth/wordpress, which is correct. I've tried both with and without the trailing slash at the end, with and without https://, so I've run out of ideas.

Thanks!

screen_shot_2017-06-13_at_3_36_18_pm