1

I am using MVC with OWIN 3.1.0 and AuthenticationType is ApplicationCookie. I have a Application hosted as sub-domain. For me the Auth cookie is created by Parent domain and my sub domain is using It. The Claims have user_id and few other claims properties.

I wanted to query my Db and get an account Id and keep it in Claims for that user session.

Is there any way to do this?

RickL
  • 3,318
  • 10
  • 38
  • 39
KushalSeth
  • 3,265
  • 1
  • 26
  • 29
  • Is this similar to _part_ of this question about cross domain identity? hope it helps if so: https://stackoverflow.com/questions/42510815/asp-net-identity-2-0-is-the-expiry-timespan-stored-in-the-token-different-su – scgough Jul 14 '17 at 08:31

0 Answers0