I have a web server running IIS that authenticates users with smart cards and windows authentication. In the current configuration, IIS prompts the user for their smart card and then authenticates it against Windows.

In a new configuration, this IIS web server will live behind a proxy server. The proxy server will prompt the user for their smart card and then pass along the certificate and subject in the header via header injection.

How do I configure IIS to grab these details from the header and authenticate against Windows as we are doing currently?

0

There are 0 best solutions below