Hello guys, I hope some one can help me. I have a basic MVC4 ASP.Net application, generated by visual studio. In the way to make it work, I followed these 3 tutorials:
1. https://wiki.jasig.org/display/casc/.net+cas+client 2. https://wiki.jasig.org/pages/viewpage.action?pageId=32210981 3. http://shermandigital.com/blog/integrate-cas-with-aspnet-applications/ The result is that from my local IIS Expres 8.0 I'm able to autenticate it by my company central CAS server, but when app is running on production server IIS7.5 header negotiation is different. Headers start to be different from this point: This headers from localhost: <https://lh3.googleusercontent.com/-Rb7cKc0NX_A/VsxACZEyn0I/AAAAAAAABaI/3MBWEaGEGNo/s1600/2016-02-23_121814.png> This headers from production: <https://lh3.googleusercontent.com/-AJfUVcDKhrw/VsxAb2n5f6I/AAAAAAAABaM/g8WWkqlQH8A/s1600/2016-02-23_122002.png> It tries to send and receive headers for several times until the error ERR_TOO_MANY_REDIRECTS appears. Where is the problem? -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
