Hi, Microsoft recommend running the following PowerShell for Windows 2016 ADFS environments-
Grant-AdfsApplicationPermission -ClientRoleIdentifier "<ClientRoleIdentifier>" -ServerRoleIdentifier <ServerroleIdentified>
I have the ClientRoleIdentifier, however I need clarification on the ServerRoleIdentifier. From what I understand this is the IFD URL? I have more than one organisation in CRM so have more than one IFD URL such as-
https://org1.domain.com
https://org2.domain.com
If I register the org1 URL as the ServerRoleIdentifier then Im unable to register Org2 due to the following error-
"ClientRoleIdentifier and ServerRoleIdentifier pair should be unique across all permissions"
Or am I completely misunderstanding what is needed for ServerRoleIdentifier? Any guidance greatly appreciated.
Cheers,
Max