Attempted to use federated authentication using AppEngine. I implemented the authentication part, but this is a logout that causes some problems. When the user clicks the createlogouturl button, they exit my application, but they will not exit the federated provider. Stackoverflow also has this behavior. I understand that exit from the federation is impossible ...
Google documentation says -
"You should urge users to use a computer that does not belong to them, say, a kiosk in a public place, they must clear all cookies in addition to logging out. (A less attractive alternative is to inform users about logging out log out your application then go to the OpenID provider website and log out too.) "
I donβt want to ask the user to clear cookies or go to the provider's website and log out. Question Is there a way to automatically delete cookies (in particular, those that were set during login) after the user clicks the logout button?
source share