I have a web which is divided in 2. I'd like to authenticate user with one and then been authentified on the other app. So I fallow the documentation to share the cookie but I'm never authenticate on the second app.
I share the Key between the 2 apps, the name of the cookie is .AspNet.SharedCookie
.
The main problem is that I used WsFederation authentication on the first app and I'd like the second app to use cookie authentication but I've not the knowledge of what does that entail
I am using the last version of ASP.Net Core