SSO / authentication integration with external ‘directory service’
I’m about to start working on a prototype for a client – and one of the required features is integration with an in-house user authentication / registration system.
I’m about to start working on a prototype for a client – and one of the required features is integration with an in-house user authentication / registration system.
I would like to retrieve all posts of a blog via the XML-RPC API of WordPress.
I have an IFTTT recipe that creates posts for me on some occasion, but for some weird reason it creates three, sometimes four posts of the same content.
I want to avoid duplicate post content via xmlrpc. So:
I want to sync post edits on two sites. Test environment, not production. Single direction (site A to site B, but not backwards).
What is a best way to eliminate xmlrpc.php file from WordPress when you don’t need it?