hi all,
Has anyone encountered this issue: Sharefile.eu with Azure single sign on? I have been able to get sharefile.com working with AAD and SSO but not sharefile.eu
Has anyone had this issue and who can I contact about this?
From PS:
ServicePrincipalNames : {http://adapplicationregistry.onmicrosoft.com/sharefile/primary, https://*.sharefile1.com/saml/info, c10f22a5-0a5b-45d2-8fb1-xxxxxxx}
And when trying to update reply URL, I get this:
PS C:\Windows\system32> $replyUrl = New-MsolServicePrincipalAddresses -Address h
ttps://xxx.sharefile.eu/saml/acs
PS C:\Windows\system32> Set-MsolServicePrincipal -AppPrincipalId "c10f22a5-0a5b-
45d2-8fb1-xxxxxxxx" -Addresses $replyUrl
Set-MsolServicePrincipal : Unable to complete this action. Try again later.
In Zeile:1 Zeichen:1
+ Set-MsolServicePrincipal -AppPrincipalId
"c10f22a5-0a5b-45d2-8fb1-xxxxx" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : OperationStopped: (:) [Set-MsolServicePrincipal]
, MicrosoftOnlineException
+ FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.Inter
nalServiceException,Microsoft.Online.Administration.Automation.SetServiceP
rincipal
Thanks
Noel