Hi
I'm deploying Dynamics 365 IFD with ADFS 4.0 on Server 2016. During the configuration outlined here:
https://technet.microsoft.com/en-us/library/gg188600.aspx?f=255&MSPPError=-2147217396
and here:
https://technet.microsoft.com/en-us/library/gg188595.aspx
I'm asked to run this PowerShell command:
For Windows Server 2016, run a cmdlet
If you're AD FS server is running Windows Server 2016, run the following Windows PowerShell cmdlet:
Grant-AdfsApplicationPermission -ClientRoleIdentifier "<ClientRoleIdentifier>"-ServerRoleIdentifier <ServerroleIdentified>
ClientRoleIdentifier : the ClientId of your Adfsclient. For example: e8ab36af-d4be-4833-a38b-4d6cf1cfd525
ServerroleIdentified : the Identifier of your relying party. For example: https://adventureworkscycle3.crm.crmifd.com/
For more information, see Grant-AdfsApplicationPermission.
I'm having a problem locating the ClientId for ClientRoleIdentifier, where can this be found?
Many thanks
James