Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add public SignOut method to CasAuthentication class #37

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jan 15, 2016

  1. Add public SignOut method to CasAuthentication class

    By default, [Request Validation in ASP.NET](https://msdn.microsoft.com/en-us/library/hh882339(v=vs.110).aspx) kicks in upon receiving a single sign-out request from CAS due to the nature of its POSTed content (i.e. XML).
    
    This pull requests provides utility for developers to call `CasAuthentication.SignOut();` which will not only invoke `FormsAuthentication.SignOut` (as a native replacement to `ClearAuthCookies()`) but also clear the user's service ticket from cache, which is currently not being done.
    rdev5 committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    d457432 View commit details
    Browse the repository at this point in the history