How to enable OAuth authentication in WordPress?

How to enable OAuth authentication in WordPress?

To enable OAuth authentication in WordPress please folow these steps:
1. Go to the following page: https://[wordpress/ site]/wp-admin/users.php?page=rest-oauth1-apps
2. Press 'Add New'.
3. Set Consumer Name, Description.
4. Set Callback to http://www.cozyroc.com/oauth_callback/
5. Press 'Add Consumer'.

    Book a Presales Call


    Are you new to COZYROC and evaluating our solutions? 
    Book a Presales Call with us now and get 5% off SSIS+.
      • Related Articles

      • How to set up authentication for a REST application using COZYROC's REST Wizard UI

        If you want to use COZYROC's REST wizard UI to define the authentication required to connect to a custom REST application, please use the Custom REST Starter Series on this page. It goes through 101 steps to set up and test authentication using the ...
      • Considerations when choosing REST token storage

        Since version 2.1 in COZYROC SSIS+ access tokens used by REST Connection Manager can be stored not only in the file system, but also in a database (SQL Server).   Using such a centralized storage addresses the following complications with the ...
      • How to dynamically set a user parameter in a REST Connection.

        Create a REST Connection with a custom configuration to use for our example. Let’s start by creating a REST Connection configuration that has authentication with two user parameters. We will set their values dynamically from variables using an ...
      • How to set up Fiddler for testing a REST configuration

        This article (<-- Click the link) describes how to install Fiddler to trace traffic as well as decrypt https traffic and how to set up filters if you know what to filter on. Since the REST authentication will use https, it can be helpful to close any ...
      • How to use an XML configuration in a REST Connection Manager

        Follow these steps to use the configuration Right Click Connection Managers. Choose New Connection. Select Connection manager for REST connections. In the Configuration drop down choose {Custom}. A wrench appears to the right of the Configuration ...