Open
Description
Describe the issue:
As of now, the session is cleared as soon as the signOut
method is called. However, if the user decides not to proceed with the logout on the consent page, the user will be returned back to the app without the session information.
The session should be cleared only if the logout is successful.