cancel
Showing results for 
Search instead for 
Did you mean: 

SAP logon tickets with JCO3

0 Kudos

Regards,

Is there any working examples for using JCO3 in a Java Web app (without SAP Java WebAS) with SSO through logon tickets with an ABAP Server?

I have the following scenario:

Users log on the web app and then the web app calls functions in ABAP server using RFC.

The web app runs on tomcat.

In this scenario, which system must be the issuer of the Logon ticket?

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Victor,

Creating assertion tickets for logging on to a target system, you can use the SAPSSOEXT library. You can download it from https://support.sap.com/patches -> Browse Download Catalog -> SAP Technology Components -> SAPSSOEXT -> SAPSSOEXT and then choose the version for your platform. The archive contains samples for different programming environments - including Java

Best regards,

Markus