views:

20

answers:

0

I have a web site running on IIS7 configured to use Windows authentication. I'd like to make a call from the site to a REST web service and pass the Kerberos token of the user (authenticated while accessing the web site) in Authorization header (or any HTTP header). I want REST service to extract additional info like user groups, etc.