I am using mvc 5 with identity 2.0. I want use custom claim values over the application but I get null values. What am I doing wrong?
Updated code<
You should add those claims on identity validation phase. Please check similar implementation here: Server side claims caching with Owin Authentication