How to get SAP Login Ticket in C#

  • 11 January 2017
  • 1 reply
  • 51 views

Badge +1

We are using SAP SSO and have created K2 Connect SO's and SmartObjects.  I have one smartobject that takes a SAP userid and returns their AD Name.  With our K2 Connect configured to use SAP SSO I somehow (in C#) need to get the string value of the users SAP Login Ticket so that I can pass that value into the SmartObject method argument.  Can anyone please explain to me how to do this in .NET (C#).  


1 reply

Badge +5

Hello Mel

 

You can try the solution provided in the URL that i have included in this reply and see if it works: https://answers.sap.com/questions/118892/get-sap-logon-ticket-in-c-from-web-application-on.html

Reply