SSO with OAM - on logout how to kill cookie or session
Hi team,
We are working on a solution in which we should provide SSO between different applications.
Let our main application is appA, and the third party application is appB.
If a user gets logged in appA and traverses to appB by clicking on of the links available in appB, with our SSO solution we want to make user access appB without any login again.
In this case I required suggestion on following:
1. let the user logged in into the appA and traverses to appB with sso and logged out there in appB how the session initiated in appA can be killed so that the user login session can be terminated in both appA and appB
0