apereo / dotnet-cas-client

Apereo .NET CAS Client
Apache License 2.0
233 stars 176 forks source link

committing change to address bug with IE 11. #115

Open jffcovey opened 3 years ago

jffcovey commented 3 years ago

Committing bug fix for IE 11 described in this blog post. https://blogs.perficient.com/2017/03/27/troubleshooting-the-redirect-issue-of-net-cas-integration-in-ie/

jffcovey commented 3 years ago

IE would get in an infinite loop when using the latest version of DotNetCasClient because the value of the cookie in IE was null. We made this code change and it works as expected.

jswanso commented 3 years ago

Any updates on getting this fix merged into the master branch and a new Nuget package released? It seems the current 1.3.2 Nuget version released on 4/17/2019 has issues running in IE 11.