Where are the custom authentication parameters stored (not token)
The custom authentication parameters are contained in the UserConfiguration property. The format is [name]=[value]. Each parameter is separated with newline (\r\n).
Book a Presales Call
Related Articles
How to get a new REST Token
Make sure you have launched Visual Studio as "Run as Administrator". The token setup process is organized as a wizard consisting of three steps: Step 1: Specify the REST service parameters required to initiate the authorization. If there are no ...
How to use Microsoft Graph REST Configuration for SharePoint automation
If you are working with SharePoint Online, we recommend switching to Microsoft Graph Connection, which fully supports Modern Authentication. Additionally, we recommend using the latest version 2.2 or higher of COZYROC SSIS+. For upgrading details, ...
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 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 ...
How to implement paging in the Custom REST Configuration Editor.
There is a demonstration video that explains three different pagination templates available in the Custom REST Configuration Editor. This demonstration video only shows a brief overview that the templates are available and how they can be used to ...