blowdart / idunno.CookieSharing

Project demonstrating how to share authentication cookies between ASP.NET 4.5 and ASP.NET Core applications.
77 stars 27 forks source link

Question: Cookie Sharing Authorization #10

Closed danjford closed 7 years ago

danjford commented 7 years ago

Hi,

I was just curious if this Cookie sharing could also be used to share Authorization across applications e.g. sharing Roles, Claims and Policies.

Thanks

danjford commented 7 years ago

Nevermind, I have this working using the provided information.