Hello,
We have a UI5 application for logging into which, we are using the badge reader which creates the X.509 certificate.
The login is happening with no issues (taking some time, like 4-5 secs), however, we are not able to clear the SSO cookie.
Irrespective of using the badge reader, we have called the standard logoff service which works just fine for manual authentication logout [sap/public/bc/logoff]. However, it does not clear the MYSAPSSO2 cookie from the server side.
When we looked into the code in the handler class of this standard logoff service, it contains code to clear the SAPSSO cookies. So, we thought the "SSO" radio button under the 'Logon Data tab-> Security Requirement' would enable the clearing. But being a standard service, we are not able to edit it.
Nor can we handle clearing the cookie from the UI5 application side.
Does anyone know how to clear these SSO cookies from the server-side for logoff?
Are we thinking in the right direction to enable the "SSO" radiobutton in the standard logoff service?
Please let us know.
Tthank you in advance.