How to implement SSO between Java application & SAP BO?

Hi,
I am new to BO & Java. I am asked to find out different ways to implement SSO between a Java reporting application and SAP BO.
The requirement is that when I login to the Java reporting application, I should have a link to my BO reports. Once I click on the BO link, it should not ask me for credentials, but directly open the report.

Any help will be highly appreciated.

Thanks,
Aruna


aruna1105 (BOB member since 2010-09-07)

Hi Aruna,

Not sure what platform version you currently are but I guess you can have a look at the Trusted Authentication feature. Check the Admin guide for more info.

Basically, you share between your Application and the Platform a shared secret and you only need to pass through an username.

Good luck with that.


bouwouh (BOB member since 2013-12-19)