Thursday, May 12, 2011

How to insert logout links Upon integration of EBS with OBIEE 11g?

The steps I followed to resolve the issue are below, you can find thesteps in Chp 4.4.3 in Security guide for OBIEE 11g, which I tweaked a bit to work for us.

1. Please note, Our's is not an SSO integration, but ICX cookie based integration between EBS and OBIEE (Chp 5, Integrators Guide for OBIEE 11g).

2. So I didn't tick the "Enable SSO" check box in Fusion Middleware Control (FWC) EM> Security tab as I felt it is not relevant to us.

3. I modified the instanceconfig.xml to add the below tags within the Authentication tag.
Please note that for ICX cookie based inegration to work, we already have modified the Enabled Schemas tag to add EBS-ICX.

<Authentication>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap,EBS-ICX</EnabledSchemas>
<!–Adding Logout Link–>
<SchemaExtensions>
<Schema name="EBS-ICX" logonURL="{your SSO logon URL}" logoffURL="{your logoff URL}/>
</SchemaExtensions>
<!–Adding Logout Link–>
</Authentication>

URL options:

EBS Homepage: http://<your EBS server:port>/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE
Analytics log off: http://<your BI server:port>/analytics/saw.dll?Logoff
Analytics logon: http://<your BI server:port>/analytics/saw.dll?bieehome&startPage=1

4. Restart the services from FMC.

5. Sign out link appears in BI Presentation services.

Until Next post....Keep Smiling ;)

No comments:

Post a Comment