Folks - i am not sure if this is logical, but wanted to know if this can be done. I have a asp.net Web API 2 that is using Owin startup. Is there a mechanism where I can have clients of this API pass Claims Identity along with the access token and build authorization based on claims. Clients that uses this api can be Angular or ASP.Net MVC4 applications.
I have been trying with sample code from Auth0 to do this, but not able to pass the Identity Claims to the api from the MVC application. Access token with only scope is passed as bearer token.
Can anyone provide few pointers on how to do this.
Thanks - Sriraj