何处在Azure信息保护AzureIP_test示例中指定凭据详细信息

时间:2018-01-12 19:20:48

标签: data-protection azure-information-protection microsoft-information-protection

我正在努力让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"];

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

1 个答案:

答案 0 :(得分:1)

您需要提供您的AAD应用程序注册信息以及您如何在与您在GitHub上使用的样本相关联的App.Config文件中登录

------- APP配置文件的开始------

/.auth / login / done“/>

-------结束APP CONFIG文件---------------------