Hi,
We have followed both the articles to the last line, 'before you begin' (http://technet.microsoft.com/en-us/library/ff512685(v=ws.10).aspx) and 'installing the FIM server components' (http://technet.microsoft.com/en-us/library/ff512686(WS.10).aspx) - and unfortunately we still cannot connect to the FIM Portal.
This is the IE error message: HTTP Error 401. The requested resource requires user authentication.
To recap:
1. Created a WSS service account S-WSS
2. Selected the correct identity for the SharePoint Application Pool using Central Admin (even retyped the password in both AD and in Central Admin). Verified that the Sharepoint - 80 app pool reflects this new account. Reset IIS.
3. Registered the SPNs (we have one FIM Sync and one FIM Portal server on separate VMs, no NLB).
setspn –S HTTP/FIMPortal Adatum\S-WSS
setspn –S HTTP/FIMPortal.adatum.com Adatum\S-WSS
setspn –S FIMService/FIMServer Adatum\S-FIMSVC
setspn –S FIMService/FIMServer.adatum.com Adatum\S-FIMSVC
4. Enabled both accounts listed above for Kerberos Delegation to Any Service
5. Enabled Kernel-mode authentication for IIS Windows Authentication, reset IIS
6.
Modified Web.config file to include: <resourceManagementClient requireKerberos="true" . . . />, reset IIS again (even tried it without this setting)
No matter what we type in: http://localhost/identitymanagement orhttp://FIMPortal/identitymanagement we get the same error message: HTTP Error 401. The requested resource requires user authentication.
Are there any steps we missed?
Thank you,
SK