Configure PIV smart card authentication 编辑
This article lists the configuration required on the Director Server and in Active Directory to enable the smart card authentication feature.
Note: Smart card authentication is supported only for users from the same Active Directory domain.
Director server configuration
Perform the following configuration steps on the Director server:
Install and enable the Client Certificate Mapping Authentication. Follow the Client Certificate Mapping authentication using Active Directory instructions in the Microsoft document, Client Certificate Mapping Authentication.
Disable Forms Authentication on the Director site.
Start IIS Manager.
Go to Sites > Default Web Site > Director.
Select Authentication.
Right-click Forms Authentication, and select Disable.
Configure the Director URL for the more secure https protocol (instead of http) for client certificate authentication.
Start IIS Manager.
Go to Sites > Default Web Site > Director.
Select SSL Settings.
Select Require SSL and Client certificates > Require.
Update web.config. Open the web.config file (available in c:\inetpub\wwwroot\Director) using a text editor.
Under the <system.webServer>
parent element, add the following snippet as the first child element:
<defaultDocument>
<files>
<add value="LogOn.aspx"/>
</files>
</defaultDocument>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论