Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Enter the On-premise base URL and click Connect button.

  2. You will be prompted to enter additional information.

    1. Enter the ADFS Server base URL.

    2. Enter the oAuth2 ClientId.

...

  1. Click Connect button again.

Contact your Dynamics CRM admin for the above details. If an oAuth2 client is not already configured, administrator can follow the instructions below.

(For connection from Connector G-Suite add-on, please contact iEnterprises support to whitelist the Dynamics 365 and ADFS URLs)

Instruction to configure your ADFS for a new OAUTH2 client to use with Connector

...

Code Block
languagepowershell
Add-ADFSClient -Name "oAuth2 Client for GSuite Connector" -ClientId "some-uid" -RedirectUri "https://script.google.com/macros/d/17V0Pk2A7VTevuNUbsgXMCnfgYIvN6pblZduRWjLNoNDlw5SzIem3o0Hi/usercallback"

...