我在配置 AIP 扫描仪服务时遇到问题。
我关注了以下两篇文章:AIP 扫描仪设置,AIP 扫描仪的安装配置和使用
当我完成这些步骤时,我遇到了以下问题并且无法继续前进。
当我运行以下命令时:
Set-AIPAuthentication -WebAppID f2e496d7-2f7a-49ea-989a-7ea81454fb84 -WebAppKey b2a29c53-4bfe-45fb-8f93-70a28bc57ef1 -NativeAppID 6eadbfeb-482b-4c19-88ce-b0bcd971b146
我收到以下错误:
Set-AIPAuthentication : Error acquiring token
At line:1 char:1
+ Set-AIPAuthentication -WebAppID f2e496d7-2f7a-49ea-989a-7ea81454fb84 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : AuthenticationError: (:) [Set-AIPAuthentication], PowershellException
+ FullyQualifiedErrorId : Microsoft.InformationProtection.Powershell.AIP.Commandlets.SetAIPAuthenticationCmdLet
我已经在 IE 和 Chrome 中允许了 cookie,并检查 Azure 权限管理是否已激活。
主机是 Windows 2012 R2,并且安装了 AIP 客户端。
答案1
我遇到了同样的问题。我可以通过以 AIP 服务帐户身份登录桌面,然后运行 Set-AIPAuthentication 命令来解决这个问题。我还暂时关闭了增强的 Internet Explorer 安全性。