In order for Universal Migrator to push data to your system, you should select one of the authentication methods below.
Option 1: OAuth2 Authentication (Recommended)
If using this method, you should provision Universal Migrator as an OAUTH2 application with the following configuration:
- Application_Name: Universal Migrator
- Application_Scopes: All / System
- Redirect_Uri: https://oauth-proxy.com/v1/oauth
- Api Limits: 1000 Requests per minute per authorized token
You should then provide our team with the following application:
- Application_Key
- Application_Secret
- OAuth Uri
Option 2: Browser Authentication
As an alternative, you may leverage browser authentication. In this model, a user will log into a specialized browser, Universal Migrator will record the associated session/cookie information for that login, and will send traffic to your application using those cookies. In this mode, all traffic coming from Universal Migrator will look like regular traffic from a regular user. No special considerations are necessary.