Hi all,
We have BI 4.1 and SAP BW 7.3.
And we have scenario that we need to setup SSO between BW system and BI4.1 as we are going to call OpenDocument urls from SAP BW .
Initially user logs into BW, go to custom transaction, and from there opendocument URL will be called by user clicking.
When a user clicks on the URL appears the authentication screen of OpenDocument with secEnterprise Username/password.
We have configured the SAP authentication on our BusinessObjects system towards the SAP BW system and imported the roles from the BW system. We have done it with follow steps:
- 1.Generate keystore and certificate for SAP BO BI4.0
http://wiki.sdn.sap.com/wiki/display/BOBJ/Generate+keystore+and+certificate+for+SAP+BO+BI4.0
- 2.Import SAP BO BI4.0 certificate into SAP BW
http://wiki.sdn.sap.com/wiki/display/BOBJ/Import+SAP+BO+BI4.0+certificate+into+SAP+BW
- 3.Setup of SAP SSO Service in SAP BO BI4.0 CMC
http://wiki.sdn.sap.com/wiki/display/BOBJ/Setup+of+SAP+SSO+Service+in+SAP+BO+BI4.0+CMC
- 4. Change the OpenDocument.properties:
- authentication.default=secSAPR3
- logontoken.enabled=true
- SAPLogonToken.enabled=true
- The BILaunchpad.properties:
- authentication.visible=true
- The global.properties:
- sso.enabled = true
We’ve verified SSO with IDT - http://wiki.scn.sap.com/wiki/display/BOBJ/Setup+of+SSO+againt+SAP+BW+for+SAP+BO+BI4.0+BICS+or+JCO+connections . it works fine.
Is it possible to setup a SAP Logon ticket which is passed to SAP BI 4.1 to enable SSO?
Do we need to setup SNC or trust authentication, or, maybe, anything else?
Thanks in advance