Versions Compared

Key

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

Open the Identity Syncronizer® Management Studio, and look for the 'Microsoft Cloud' tab

...

And, enter the O365 administrator user name and password (from the Odin control panel) in the IDSync configuration

Image RemovedImage Added

Enter the tenant name for the O365 tenant in the “tenant” field – this will generally be the text after the “@” of the user name. In this example , this would be  “idsyncdevelopment.onmicrosoft.com

Image RemovedImage Added

Click the “apply” button to save these configurations

Run the following commands in powershell – “b1f6d042-8c09-4227-9996-5e16a3086d54” is the client Id entered in the IDSync configuration

$msolcred = get-credential

connect-msolservice -credential $msolcred

Get-MsolServicePrincipal -AppPrincipalId b1f6d042-8c09-4227-9996-5e16a3086d54

Copy the object id from the output (a321047c-0e28-4f32-9dba-726dae4834de) and run the following PowerShell command to give the IDSync application the privileges it needs:

...