I've got a very simple DotNetOpenAuth implementation working for my MVC4 site (Google only).
The trouble is, if I (1) log in to my site using Google and then (2) log out of Google, I still remain authenticated on my site.
Is this by design? I'm new to OpenId so I'm a bit confused. Surely users will expect that if they sign out of Google that will end all their associated OpenId sessions?