Hi Enterprise Architect,
Sorry, for the late response. I went to a conference and was not able to implement this. Here is what i have tried so far,
1.We have a dedicated IP address and the DNS alias as reporting
2.In IIS Manager
->ServerName(Local Computer) under this we have
Application Pools
Web Sites
Web Service Extensions
->Web Sites under this we have
Default Web Sites
Here is the prperties of the default websites,
->Web Site Identification
Description->Default Web Site
IP Address->Dedicated IP address for reporting, Click on Advanced->Dedicated IP address,TCP port 80,Host header value is reporting
->Directory Security
Authentication and Access Control->Click Edit->Clear Enable Anonymous Access->check Integrated Windows Authentication
->Home Directory
Path is C:\Inetpub\wwwroot
->Documents
check Enable Default Content Page, iisstart.htm is the first file in the list of files
iisstart.htm file is located under c:\Inetpub\wwwroot and it looks like
Default Web Sites->businessobjects->Enterprise115->Directory Security->Authentication and Access Control->Click Edit->Clear Enable Anonymous Access->check Integrated Windows Authentication
Here is some details from the Web.Config file under
C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Web Content\
The bolded codes here are the extra code i added to implement SSO using Windows AD authentication,other than that everything is the default line of code generated.
Here is some details from the Web.Config file under
C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Web Content\Enterprise115\InfoView
These bolded codes are the extra code i added to implement SSO using Windows AD authentication,other than that everything is the default line of code generated.
We also configured Windows AD authentication in CMC.
With all the above settings the users when they hit http://reporting were prompted for user id and password. I even tried changing the CMS name to reporting and replaced cms name to reporting in the web.config files.
Everything works when i change the IP address for the Default Web Site to Unassigned
->Web Site Identification
IP Address->Unassigned
and change the iisstart.htm to http://server1/… instead of http://reporting/… now when the users hit http://reporting they are not prompted for user id and password, they are authenticated succesfully using Windows AD and taken to main.aspx,but now http://reporting is replaced with http://server1/businessobjects/enterprise115/InfoView/main.aspx i.e back to the original issue.
I don’t know what i am missing here.Thanks again EnterpriseArchitect.
Thanks,
Paul
Paulantony (BOB member since 2003-02-14)