I am trying to consume API action methods form MVC controller using httpclient object, but the problem that I face is that I am unable to access the claims of the session user because the User is always null here is the calling of api method from mvc method you can notice the session user always null
please I got stuck and I need your help to overcume