We have created an ASP.NET Core 3.1 MVC web application and we are using cookie authentication scheme. Our .NET Core application is running on Apache Web Server via reverse proxy on a Linux OS.
We want to share authentication cookies across all sub domains (for SSO purpose), but unable to do so.
We have already tried the suggested solutions referenced below with no result:
ASP.NET Identity Cookie across subdomains on .Net and Core
https://bartwullems.blogspot.com/2021/09/aspnet-core-share-cookie-between.html
https://www.learmoreseekmore.com/2019/09/part-1-share-authentication-cookie-sso.html
Any suggestions on this will be very helpful.