Cognos exit using passport id by java sdk

When using SSO When I log in using the &m_passportidCognos Java SDK generated, it works, but even after logging out it continues to allow the user to use the same passport ID. Is there a way to revoke a passport identification number issued by Cognos? Since it is not possible to delete a cookie with cross domains, therefore I cannot delete a cam_passportcookie from my application.

+4
source share
1 answer

Make sure you call the logoff () method of ContentManagerService, otherwise the identifier will remain valid until the timeout expires.

+2
source

Source: https://habr.com/ru/post/1678803/


All Articles