Reputation: 51
I need your help with a Kerberos double hop issue I have... After reading many posts online on the topic, I still cannot understand what is wrong is my setup. Here is the setup I use:
All servers are trusted for delegation, everyone is on the same domain (no forest) and no load-balancing is used. Each web server uses IIS 7.5 and each app pool is setup with a domain service account.Each service account is trusted for delegation. Important note: both web services are accessed via a DNS entry (HOST records):
I also setup IIS on the web server (Server 1) to use the app pool credentials "useAppPoolCredentials=True" and left the kernel on.
So far, I have the following SPNs setup:
I have tried many permutations betweens the various SPNs with no luck so far :(
At the moment, I can connect to the web service (Server1) using Kerberos, but then "NT AUTHORITY\ANONYMOUS LOGON" is passed to Sharepoint server.
Can anyone help me figure out what is the correct setup?
Thanks for your help.
Upvotes: 1
Views: 1258
Reputation: 51
I finally managed to get it working. To do so, I used DelegConfig web app (by brian-murphy-booth) available here. It confirmed that my setup was initially incorrect and helped me identify what needed changing.
Here is my final setup - see diagram:
Few things you have to be careful with here:
I know there are many posts out there about this topic, but none of them actually describe in one diagram the ideal setup for a given configuration. So I thought I would post this answer to my own question; hoping it will help somebody with this nightmare of Kerberos double hop issue.
Thanks a lot to brian-murphy-booth for his wonderful tool! If you read this, you are my saviour mate!
Upvotes: 2