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-apps2. Press 'Add New'.3. Set Consumer Name, Description.4. Set Callback to http://www.cozyroc.com/oauth_callback/5. Press 'Add Consumer'.
Book a Success Call
Need Help?
Related Articles
Knowledge Base Article Custom Google App
Overview: In order to provide users with maximum flexibillity, we have introduced user-specified OAuth2 Applications for the following Google REST services: Google Admin Google Analytics Google BigQuery Google Calendar Google Cloud Monitoring Google ...
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 ...