WP-OAuth Redirect
-
I am using an WP-OAuth to allow users to authenticate to my site from theirs, and then redirect back to where they came from once authenticated. I am sending them to
https://www.example.com/custom-tml-login/?redirect_to=https://www.example.com/oauth/authorize/?response_type=code&client_id=myspecialclientID&redirect_uri=https://www.example-auth-site.com/back-to-where-you-came-from/
which brings them to the login form, however after logging in, it brings them into the member page on example.com instead of the referral URL. How do I remedy this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WP-OAuth Redirect’ is closed to new replies.