Hi,
I have implemented a native module for IIS 7. My requirement is to set the user context for pre-existing user credentials into IIS 7 for different authentication schemes so that IIS should be able to achieve SSO (Single sign on) with a third party application using this user contxet details.
I believe that "IAuthenticationProvider::SetUser" method can be used to do this. However, I need a way to be able to set Kerberos ticket/token into IIS 7 to be able to use it. Is that possible using this SetUser call or any other method ?
Please let me know how to do it.
Thanks in advance.
Saurabh