Smart card authentication using a client certificate

前端 未结 2 1867
失恋的感觉
失恋的感觉 2021-01-14 14:33

I have a third party web application and now my manager wants to add smart card authentication to some of the pages (not the whole application) and return certificate inform

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-14 15:27

    if your app is hosted in IIS then simply add (in web.config) a section that says client certificate is required for those pages. THe browser will then ask the user for a cert.

提交回复
热议问题