I am implementing OWIN Cookie Authentication in my application, but I would like to customize the CookieAuthenticationProvider class as I have done in some instances with my OAuthAuthorizationServerProvider class implementations.
Unfortunately, I have not been able to find any code examples on how to accomplish this using the CookieAuthenticationProvider.
Can someone point me to some code samples/examples on how to create a custom CookieAuthenticationProvider class and override the necessary methods to provide my own custom implementation for Cookie Authentication in the OWIN Pipeline?
Thanks.
Go to the complete details ...