Hi Everyone,
Is it possible to get the current BO session to use it in an SDK application without giving nor user neither password!
Let me explain:
I have developed a Web Service using BO SDK that get informations about a specific document stored in the BO. This Web Service opens a serialized session everytime it is called, by giving a logon and password:
----------------------------
....
ISessionMgr sessionManager = CrystalEnterprise.getSessionMgr();
EnterpriseSession = sessionManager.logon(user,pass,Sys,"secEnterprise");
....
--------------------------
After, I have developed a BO Dashboard that uses the above Web Service, and publish it on the CMC.
This is the problem:
When an end user want to view the Dashboard, he has to connect to the CMC or BI lunch pad, I means he gives his login and password, and to refresh the Dashboard, he has to give again his login and password that will be use it by the Web Service!
Can I use a SSO between BO server and a custom BO SDK application?
Any idea or suggestion would be helpful.
Thank you very much.
Abdess,