Posted on: 12/9/2013 10:14:12 PM | Views : 1043

<div class="post-text" itemprop="description"> I have a simple web service written using ASP.NET's web api and running on IIS.
I need to validate a GSSAPI Kerberos ticket that is passed via Authorization header (i.e. Authorization: Negotiate ) using a supplied keytab file.
The web ervice has no relation to the Active Directory domain that issued the ticket beside having a registered SPN.
I simply need to validate the ticket using our supplied keytab.
Can anyone point me in the right direction? It seems like a pretty straight forward task but I can't seem to find anything specific.
Thanks so much!
</div>

Go to the complete details ...