...
To register a new oAuth2 client for automatic syncConnector G-Suite add-on, run the following from the Administrative PowerShell prompt -
Code Block | ||
---|---|---|
| ||
Add-ADFSClient -Name "oAuth2 Client for iSyncConnector" -ClientId "some-uid" -RedirectUri "https://isyncscript.ienterprisesgoogle.com/macros/d/oauth2client17V0Pk2A7VTevuNUbsgXMCnfgYIvN6pblZduRWjLNoNDlw5SzIem3o0Hi/mscrm.phpusercallback" |
To register a new oAuth2 client for Connector G-Suite add-onautomatic sync, run the following from the Administrative PowerShell prompt -
Code Block | ||
---|---|---|
| ||
Add-ADFSClient -Name "oAuth2 Client for ConnectoriSync" -ClientId "some-uid" -RedirectUri "https://scriptisync.googleienterprises.com/macros/d/17V0Pk2A7VTevuNUbsgXMCnfgYIvN6pblZduRWjLNoNDlw5SzIem3o0Hi/usercallbackoauth2client/mscrm.php" |
** Replace “some-uid
“ with a client id. Use this client id in connection settings.
...