We have just built a new environment BOXI 3.1 SP6 on Windows 2008 R2 servers with TomCat 7
We have got AD SSO working from the client XP/7 but only by using the server IP address from the web browser. If we use the FQDN it just prompts to login.
This is really strange and we had the same issue before upgrading to SP6 and Tomcat 7. It seems that kerberos does not pass the login information when using the FQDN!
Did you run a setspn command on the FQDN? If I remember the instructions correctly, you need to run the command on the short name, IP Address, and FQDN to cover all your bases.
I have just raised a call to SAP with the same problem at exactly the same stage.
Are you getting the wedgetail Bad tag encountered 78 error?
We have added a maxHttpHeaderSize=“65536” to server xml.
Of course this is now using Tomcat 7 as the SP06 install provided
Not getting an error but when you click the link it appears to sign in and then stops and asks for the credentials.
Windows XP and IE6/8 just logs in.
We had http header in Tomcat 55 but entry does not exist in 7 so not added it.
I did have a call logged with SAP and there solutions was to just use the IP address. I would just like to understand why the name does not work, DNS checks out fine.
Is there evidence of the SSO attempt in the Tomcat log file? Also, I’ve had experiences where the browser was just being flaky. What happens if you hit refresh in IE after it displays the login page? Sometimes I’ve seen that SSO and from then on it worked properly on that machine. Have you cleared the browser cache?
We’ve got to camps here. Those that can’t live without SSO and those that value the the performance and don’t want it. That said, I send two different URLs to new Users based on which camp their Business Unit is in. The URL is basically the same but for non-SSO, it adds
?sso=false
to the URL. Are you sure that’s not in your URL somehow? Maybe a page forwarding to it?
Just upgraded from 4.0 SP7 to 4.1 SP1, having exactly the same issue.
using IE10 I can’t even SSO automatically with the servers ip address, let alone the fqdn/server name. setspn entries look fine. can manually login via AD.
AD SSO and Bus Obs are always such fun, every upgrade
EDIT Schoolboy error, my global.properties was set with SSO false! now fixed and all working