apereo / dotnet-cas-client

Apereo .NET CAS Client
Apache License 2.0
234 stars 172 forks source link

SetAuthCookie(ticket) doesn't create any ticket #105

Closed stefanoberetta closed 4 years ago

stefanoberetta commented 4 years ago

Hi! After a successfully login I try to set the CAS cookie using DotNetCasClient.CasAuthentication.SetAuthCookie(t); But it seems it doesn't create any cookie. Could it be the framework 4.7.2?

Thank you S

phantomtypist commented 4 years ago

ASP.NET WebForms, Web Pages or MVC? Which version of those are you using also? Can you also provide a snippet of your web.config, without anything sensitive, for the and sections. Are you using the latest NuGet package in your project?

Do you get an errors?

phantomtypist commented 4 years ago

Also, which ticket storage implementation are you using? The default is in-memory, but there are a few other providers we offer.

phantomtypist commented 4 years ago

Did your code work in the same project targeting a prior version of the .NET framework? e.g. 4.5? I.e. was this code ever working at one point and magically one day it stopped?

TheHokieCoder commented 4 years ago

Closing due to lack of response from the OP.