2 Virtual instances for RSA and X509 authentication on IIS web server
- by VKumar
I am new to this concept. Actually, we have RSA SecureID login and normal login for our application. Recently, i have implemented X509 authentication. Now, the requirement is to create 2 instances for RSA access and X509 authentication on the same IIS webserver.
If X509 authentication fails, the user should be redirected to RSA login page which…