在 Azure 信息保护 AzureIP_test 示例中指定凭据详细信息的位置

Where to specify credential details in Azure Information Protection AzureIP_test sample

我正在尝试让 AzureIP_test sample 正常工作,但我无法确定在何处指定特定凭据详细信息。

当我 运行 我的示例版本对照测试文档时,出现以下错误:

An unexpected error occurred : Microsoft.InformationProtectionAndControl.InformationProtectionException: The parameter is incorrect. HRESULT: 0x80070057

我怀疑我缺少凭据详细信息,但我不知道在应用程序中的何处指定详细信息。

具体来说,我认为我需要以下内容:

SymmetricKeyCredential symmetricKeyCred = new SymmetricKeyCredential(); symmetricKeyCred.AppPrincipalId = ConfigurationManager.AppSettings["AppPrincipalId"]; symmetricKeyCred.Base64Key = ConfigurationManager.AppSettings["Base64Key"]; symmetricKeyCred.BposTenantId = ConfigurationManager.AppSettings["BposTenantId"];

有谁知道指定这些详细信息的最佳位置?我还缺少其他有用的细节吗?

您需要在与您在 GitHub

上使用的示例关联的 App.Config 文件中提供您的 AAD 应用程序注册信息以及您的登录方式

--------应用程序配置文件的开头------

/.auth/login/done" />

--------应用配置文件结束--------------------