作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在 azure 中实现 ADFS 身份验证,但遇到以下问题:
An exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.IdentityModel.Services.dll but was not handled in user code
其他信息:ID1024:配置属性值无效。
属性名称:serviceCertificate
Error: 'ID1039: The certificate's private key could not be accessed. Ensure the access control list (ACL) on the certificate's private key grants access to the application pool user.
指纹:'df113454dsf1321(此处的值我更改了值)''
当我右键单击证书,然后单击所有任务时,它不会显示“管理私钥”选项并授予 IIS 用户访问权限。我如何解决这个问题。web.config 文件内容:
<serviceCertificate>
<certificateReference x509FindType="FindByThumbprint" findValue="dfdsfdfdf(here I changed the value)" storeLocation="LocalMachine" storeName="My" />
</serviceCertificate>
最佳答案
我遇到了同样的问题。修复方法是允许 AppPool 用户(NETWORK SERVICE)读取证书私钥)。
谢谢,什维什
关于c# - 错误: 'ID1039: The certificate' s private key could not be accessed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28561335/
我是一名优秀的程序员,十分优秀!