Hello everyone.
I'm trying to deploy D365 F&O,
and when i try to configure the ADFS (Step18) I got an error when trying to run the flowing script :
PS C:\infrastructure> .\Publish-ADFSApplicationGroup.ps1 -HostUrl 'ax.d365ffo.onprem.XXXX.com'
Error :
New-AdfsApplicationGroup : MSIS9908: The application group identifier must be unique in AD FS configuration.
At C:\infrastructure\D365FO-OP\D365FO-OP-ADFSApplicationGroup.psm1:78 char:14
+ ... $group = New-AdfsApplicationGroup -Name $ApplicationName -Applicat ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Ident...pplicationGroup:ApplicationGroup) [New-AdfsApplicationGroup], StorageConstraintException
+ FullyQualifiedErrorId : MSIS9908,Microsoft.IdentityServer.Management.Commands.NewAdfsApplicationGroupCommand
any help with this issue??