Using WP API from external as authenticated wp user using sso
-
Hi,
I would like a develop a dedicated web application that will fetch my wp data.
This application will use the authenticated wordpress user.
How can I authenticate the WP api request using the user without using the user login and password ?I read that authentication can be done using
– Cookie, but its only works inside the WP as plugin or theme.
– Basic auth, but it needs user password
– Oauth, but I would like the users access seamless to the app without asking permissions (because the both applications are from the same organization)
Any tips or solutions ?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.