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.
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.
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 withouthttps://
, so I've run out of ideas.Thanks!