...
Dynamics 365 On-premise base URL.
ADFS base URL.
ADFS oAuth2 client id.
...
Create oAuth2 client in ADFS using PowerShell commands
(You can also create the client using ADFS admin UI as explained in this link - )
1. Configure your ADFS for a new OAUTH2
...
clients to use with Connector
To register a new oAuth2 client for Connector You need to create separate clients for G-Suite add-on, run the following from the Administrative PowerShell prompt -
...
language | powershell |
---|
...
and Automatic sync, depends on what you are using. Use the following re-direct URLs for each clients.
Re-direct URL for G-Suite add-on - https://script.google.com/macros/d/17V0Pk2A7VTevuNUbsgXMCnfgYIvN6pblZduRWjLNoNDlw5SzIem3o0Hi/usercallback
...
Re-direct URL for Automatic sync - https://isync.ienterprises.com/oauth2client/mscrm.php
To register a new oAuth2 client for Automatic Sync, run the following from the Administrative PowerShell prompt -
Code Block | ||
---|---|---|
| ||
Add-ADFSClient -Name "oAuth2 Client forname iSynchere" -ClientId "some- uid here" -RedirectUri "https://isync.ienterprises.com/oauth2client/mscrm.phpre-direct url here" |
** Replace “some-uid
“ with a client id. Use this client id in connection settings.
...