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?