I’ve followed all steps until and including step 15. So far so good, I can log on to client applications with SSO (without providing credentials).
Now te last step is to set up SSO for the Java web apps like InfoView. I seem to get stuck there, because when I open the infoview URL I get a HTTP 404 error message.
I’m thinking that the UPN for the Tomcat service account might not be unique. I’ve done some tests that are described in posts on this issue, but I’m not sure how to interpret the results. Please find a screenshot attached. Note that I get 2 sets of results: 1 for SERVER2 and 1 for SERVER2T (test machine).
Hi, sort of a related question, I’m trying to reverse engineer a couple of BO envs I have inherited all envs dev, qa and prod are on BO 3.1 Windows using SSO / Win AD and SSL, dev all work.
One of the differences I notice between QA and prod is the following entry in the prod web.xml file and not in QA,
idm.keytab
c:\temp\bosso.keytab
Remove the entry in web.xml in prod and can still login etc but anything like accessing reports etc I get an http 404 error. My prod is cluster of couple machines in QA its one machine.
I’m not sure what this bosso.keytab is doing though as the other entries in the files across the envs show Im using Vintela for SSO. From a google I’m thinking the bosso.keytab it handling comms authentication between the servers in my in my cluster is that correct ? I don’t understand why it would be in prod but not qa or dev.