Issue with Masked Login Area and Redirection with WP OAuth Server CE
-
Hello,
We are encountering a particular problem between your Defender plugin and the WP OAuth Server CE plugin.
We have a tool that links a PIM to our WordPress sites. This tool uses WP OAuth Server to connect to our site. The process is as follows: when the link is initiated, url like /oauth/authorize/$parameters/ is sent. If the user is not logged in, a redirection to the login page is initiated:
wp_redirect( wp_login_url( add_query_arg( $_GET, site_url( 'oauth/authorize' ) ) ) );
The problem is that with your plugin, if we activate the masked login area, the redirections are blocked (off) or directed to a specific page/URL. We then get a page with this message: “This feature is forbidden temporarily for security reasons. Try login again.”
Is it possible to bypass the redirection block for a specific user/IP? Or is there a solution to lift this block?
Thank you,
- You must be logged in to reply to this topic.