cancel
Showing results for 
Search instead for 
Did you mean: 

Read user info and authscheme from SAP Logon Ticket MYSAPSSO2

Former Member
0 Kudos

Hi,

is there a API available to access MYSAPSSO2 cookies within a custom login module of a SAP AS 7.1 JAVA? The actual cookie string in the browser request is encrypted so are there methods to read different information like the user name or authscheme?

I want to create a login module similar to EvaluateTicketLoginModule which checks whether the SSO cookie has to correct/required authscheme. Maybe it is also possible to use the standard login module to verify the authscheme?

Any ideas?

Best regards,

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ok, I found the class providing necessary methods:

com.sap.security.core.ticket.imp.Ticket;

Regards,

Kevin