Same ASP.NET Identity authorization for multiple WebAPIs
I would like to have an unified authorization using the ASP.NET Identity for multiple WebAPIs. Is it possible to login the user in the user WebAPI, create the Bearer token and then honor it in the other APIs? Is there an better schema to use?