You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two mvc projects side by side and would like to use stuntman across both.
.AspNet.StuntmanAuthentication now has demo1.xyz.com as the domain on one site and demo2.xyz.com on the other site.
With app.UseCookieAuthentication(new CookieAuthenticationOptions { CookieDomain = ".xyz.com" } ) i can share the cookie for owin but is something similar possible with Stuntman?
Hi,
I have two mvc projects side by side and would like to use stuntman across both.
.AspNet.StuntmanAuthentication now has demo1.xyz.com as the domain on one site and demo2.xyz.com on the other site.
With app.UseCookieAuthentication(new CookieAuthenticationOptions { CookieDomain = ".xyz.com" } ) i can share the cookie for owin but is something similar possible with Stuntman?
Thanks.