Hi,
I am struggling to figure out how to use MYSAPSSO2 cookie for authentication for RESTful SDK. So we have SAP portal that is integrated with BO server. A user can seamlessly navigate from portal to BI launchpad. We have a custom Web Dynpro app that runs on BW system and it should schedule some reports on BO server using RESTful SDK. We already have a working prototype that does schedule a document. The only remaining issue is to figure out how to authenticate user. The prototype is using /biprws/logon/long to retrieve token for hard coded username and password. Instead of hard coded user name and password we would like to re-use SAP SSO cookie MYSAPSSO2 issued by portal when the user navigates in portal to this our custom app that runs on BW system. There is another endpoint /biprws/logon/token that should convert session token created by different SDK. I had a look at old web service based API dswsbobje/services/Session. It seems to me that if I can call operation login then I'll get back a session ID that can be covnerted with /biprws/logon/token to X-SAP-LogonToken that is accepted by RESTful services. My issue with this SDK is same. I do not know how to logon on with MYSAPSSO2. Does anyone know how to reuse MYSAPSSO2 for RESTful interfaces or at least for WS SDK?
Cheers