Digitalam correct, you have to handle that separately.
This extension only handles the federated login, it doesn't handle any global login or logout.
Global logout is a bit tricky to do transparently. I have it implemented in the Wordpress login extension, it uses custom signed URLs to bypass CSRF and additional redirect parameters so the user can be redirected through all domains and end back on the same page on which they were before logout.