Hello,
Our company has CRM 2016 on premises (version 8.0.0.1088) with claim based auth and ifd enabled and we also have ADFS Server. I tried to execute following command on the ADFS Server and I recived following error: Add-AdfsClient : MSIS7607: The redirect URIs must be unique across all clients.
Add-AdfsClient -Name MSE -ClientId e8ab36af-d4be-4833-a38b-4d6cf1cfd525 -RedirectUri @("listening-prod.dynamics.com/.../oauthRedirect", "listening-prod.dynamics.com/.../oauthRedirect") -Description "OAuth 2.0 client for MSE"
Get-AdfsClient command shows following:
RedirectUri : {https://xxx/redir}
Name : Windows Server Work Folders Client
Description : Client for syncing user files to a Work Folders sync share
ClientId : xxx
BuiltIn : True
Enabled : True
ClientType : Public
RedirectUri : {ms-app://windows.immersivecontrolpanel/}
Name : Device Registration Client
Description : Client for the Device Registration Service
ClientId : xxx
BuiltIn : True
Enabled : True
ClientType : Public
How can I fix the problem?
Kind regards