Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anyone know how to get single sign on to work on BOE xi

Status
Not open for further replies.

eo

MIS
Apr 3, 2003
809
Does anyone know how to get single sign on to work on BOE xi?

I have gone through the admin and setup manuals, and despite the fact that the instructions is very basic, it does not seem to comply with the reality, and I just can't get it to work. Please advise if anyone have menaged to solve this yet? I am aiming for NT single sign on to work.

Many thanks,

EO
Hertfordshire, England
 
I downloaded this hot fix, but it did not solve the problem 100% It is obvious to me that BO's instructions are grossly inadequate on this subject. Here briefly what I have done.
Configured the IIS to sso (as per admin.pdf)
Enable NT sso in CMC (as per admin.pdf)
Modify web.config files for sso (as per the hot fix pdf):
In ...Web Content\Enterprise11\InfoView\web.config
Code:
<WebDeskTopSettings>
<add key="cmsDefault" value="crystalnew" />
<add key="ssoEnabled" value="true" />
<add key="authenticationDefault" value="secWindowsNT" />
<!-- Default Authentication progID (secEnterrpise, secLDAP, secWindownNT, secWinAD) -->
...when I did only this bit then I get a logon screen with the message that I cannot be logged on as I am not in an NT group, but if I eneter my password, I am logged on...
The PDF goes further...
Code:
<system.web>
<identify impersonate = "true" />
<authentication mode="Windows" />
</system.web>
...but now I get an error page

Can anyone pleeez help?

Thanks

EO
Hertfordshire, England
 
Like EO I have similar problem with trying to get WINDOWS AD signle-sign on to work in BOeXI (CrystalServer XI).

Have follwed documentation and added the
<identify impersonate = "true" />
<authentication mode="Windows" />
as required in both web.config files.
IIS is set as required.
CMS is set to Single sign-on.

Infoview opens and prompts for log on.
If log on is left blank (no user or Pwd) then user is recognised on Infoview page.

Why cant I get tru SSO straight to the Infoview welcome page identified with out log on prompt????

Have run hot fix, and re check config files, restarted all services and IIS. to no success.

Have logged wth BO and will post if i get decent response.

THANKS
Sean
Australia
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top