11. Logout
As explained in the login section, your session in the SSO and in the login page are separated.
This is why two logout buttons exist. The “Logout (Frontend)” button will only log you out of the frontend and keep the login sessions active. The “Logout” button will log you out of the frontend and destroy your login sessions.
The logout page will remind you about this and provide an extra button if needed to log out completly.
The SSO never forgets about your user. If you want to clear that information, you need to clear cookies of the SSO. However, this information is not sensitive and does not need to be cleared in most cases.
When you log out of a service, if not explicitly stated, one of the two cases may occur. Please check if needed that the expected behavior has been executed when you log off.