Authorization URL
-
I am working on a simple Alexa test skill which uses OAuth2 to connect to our WordPress site.
https://www.dropbox.com/s/5atctulwgu2dfmk/pasted_image_at_2017_02_04_12_27_am.png?dl=0
I can’t tell from the documents or searches what the Authorization URL should be.
Authorization URL The url where customers will be redirected in the companion app to enter login credentials.
This seems to be https://mysite.com/wp-login.php, but when using that, the Alexa app directs the user to the login page and upon login – redirects to the account page in WP – instead of redirecting back to the Alexa skill with OAuth authorization.
For the Access Token URI, I am using https://mysite/?oauth=authorize
We are on Nginx, not Apache.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Authorization URL’ is closed to new replies.