I am using the Jasig CAS .NET client to authenticate in my application using SSO from a server. I have implemented everything just like the documentation says and added [Authorize] in all my controllers.
Log in is working fine from my app and the one I'm trying to integrate with. I can log in from either app and the user is authenticated.
The problem is with the log out. If I log out from the other app, the user will still have access in my application.
Is this because CAS log off can't delete the cookies? Or am I doing something wrong?