Ticket Tools
Utilize the following tools to decode a MYSAPSSO2 cookie, applicable for both Logon and Assertion Tickets:
Alternatively, use the embedded versions below:
Decode a MYSAPSSO2 Ticket
Try the Assertion Ticket SSO Demo
Frequently Asked Questions (FAQs)
A MYSAPSSO2 Ticket is a cookie containing the user's logon or assertion ticket for an SAP system, used for single sign-on (SSO) authentication.
The MYSAPSSO2 Ticket is generated by the SAP system during the logon process. It contains the user's logon or assertion ticket, encrypted and stored in the cookie, used for subsequent authentication requests to the SAP system.
To extract the MYSAPSSO2 cookie from the browser's developer tools, open the browser's developer tools (F12 or Ctrl+Shift+I), navigate to the "Application" tab, expand the "Cookies" section, and copy the MYSAPSSO2 cookie value.
To decode a MYSAPSSO2 Ticket, extract the cookie from the browser's developer tools or HTTP request headers, then use the Assertion/Logon Ticket Decoder tool to decrypt and display the ticket information, such as user ID, logon language, and expiration date.
A Logon Ticket is used for user authentication when logging on to an SAP system, valid for the session duration. An Assertion Ticket is used for SSO authentication between different SAP systems, valid for two minutes.
The source code for the demos is available on GitHub. Written in C#, these demos are ready for integration into your system. For assistance or consulting services, please contact us at support@saptools.mx. We offer consulting hours to help you with the integration process.
We offer the following demos for the MYSAPSSO2 Ticket:
- Assertion/Logon Ticket Decoder Online
- SSO Demonstration Using an Assertion Ticket
- Logon Ticket Demo (Using a webgui
iframe
).
Alternatively, you can use the embedded versions directly on this page.
Acknowledgments
The Assertion/Logon Ticket Decoder and Demo tools are based on the MYSAPSSO2 cookie decoder available on the SAP Support Portal. These tools are intended for educational and troubleshooting purposes only and should not be used for commercial or production systems. They are provided as-is, without any warranty or guarantee of accuracy or reliability. Use them at your own risk.