Hi, I have searched the forum and read over 50+ posts in regards to get SSO working. I had tried different methods, and none of them worked. Can someone assist? I’m now using Kerberos, and my users are able to log in to infoview using their active directory credentials. However, SSO just doesn’t work. I will get this error message: "Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. "
I’m using Java infoview on BO XI R2 SP2 with FP2.5. What else I can do? I’ve tried almost everything that you can think of, and this SSO is still not working.
I checked Business Objects knowledge base, and it’s totally useless. This site is more helpful.
Thanks again. I tried this method and didn’t work; however, I’m not sure if I did it correctly. I created a file called login.asp and updated the servername. I then dumped the file under D:\Program Files\Business Objects XI\BusinessObjects Enterprise 11.5\Web Content
What else do I need to do to get this file activated besides dropping this file there?
i suggest you read through the various posts…it’s a multiple step process…making sure the service acct has full admin rights on the AD domain controller including right to delegate on the domain, configuring the AD tab in CMC, changing the web.config file, and setting up IIS/Tomcat to work with the ASP/JSP pages…also i dont use the NTLM option not kerberos and disable NT authentication…i assume you have both iis and java version installed?
If you are on BO XI R2 SP2 with FP2.5 does the term “Vintela” mean anything to you.
This enables BO (when using a Java webserver like Tomcat) to allow full single sign-on. Prior to this the only ways were to either use a third party piece called Siteminder or to use the IIS to Tomcat token passing routine.
There are documents around somewhere i’ll try and dig something up for you. Be aware … i’m told it’s a very painful exercise, but Vintela is the key.
Hi we created a file called index.asp , placed it in
installdirectory\inetpub\wwwroot
and then followed these instructions
On the server , right click on My Computer & Manage
Navigate to Internet Information Services\Web Sites\Default Web Site
Right click on Default Web Site & Properties
Click on Documents.
Add the index.asp page to the list, and ensure that its at the top of the list
bear in mind that we use a dedicated server for BOXI, so your website name might be different
What richmona is talking about is using IIS to create tokens and pass them to Tomcat. You only need to create a very simple asp page to do this and it works. But what he was refering to earlier -
is the real SSO for Tomcat or any Java app. And yes it is a very painful exercise, I have been trying but still no where yet…