How can i get SSO for alfresco on windows-7 to work?
- by Maarten
domain AD on windows 2008 R2, linux server alfresco 3.4c, windows-7 client. I'm trying to get automatically logged into alfresco from the windows-7 client.
I've looked with wireshark to see what happens:
1. Client goes to /alfresco
2. Server sends Redirect to page
3. Client goes to Redirected page
4. Server sends a WWW-Authenticate: Negotiate header
5. Client DOES NOT respond to this
how can i configure the windows-7 client (or the AD domain) so that the client will in fact engage with the SPNEGO protocol? instead of just asking for user credentials? (the user is logged in through kerberos in the domain.)