Hello,
I have a requirement to access SAP using SSO via java script. I have a work around of writing a .NET component which does the SSO connection to SAP system and I call the .NET component from my java script.
Though it solves my problem, this is a SMALL problem for me as I have to get this .NET component in all the users machine.
Is there another way to access the SAP system using SSO via java script.
Thanks and regards,
Bala.
Hi,
Check this,
https://media.sdn.sap.com/javadocs/NW04/SPS15/um/com/sap/security/api/ticket/TicketVerifier.html
Regards,
Azaz.
Hello Bala,
is your Application running in the Portal? If yes you already have a SSO2 Cookie which will be sent also with Java Script XMLHttpRequest. If not perhaps it's possible to call a URL on the Portal which supports SSO via Kerberos or NTLM and retrieve the Cookie there. Then you can use it for other Backend connections.
Regards
Gregor
Add a comment