Andrew van Duivenbode
Forum Replies Created
-
Forum: Plugins
In reply to: [WP OAuth Server ( Login with WordPress )] Blank White Screen After AuthorizeThank you for getting back to me – this solution worked perfectly.
I added &scope=profile to the end of my authorize url giving:
I am now successfully receiving the token in the redirect response.
I will continue to implement the client we are working on and if all goes well I will recommend this as the authentication plugin for my customers to use when the transitquote API is release.
Many thanks!
Andrew.
Forum: Plugins
In reply to: [WP OAuth Server ( Login with WordPress )] Blank White Screen After AuthorizeJust thought I would add some more info for clarification:
– When I first put in the URL above and I am logged out of WordPress, the login screen appears successfully
– My username and password are accepted in the login screen, I can tell this because if I open a new tab and enter the direct link to wp-admin I am logged in
– The URL above stays in the addressbar after clicking the login button, so the white screen is still on the WordPress site with the Oauth server pluing installed, not on my rest api client page.