In my Web Api 2.2 OWIN based application I have a situation where I manually need to decode the bearer token but I don\'t know how to do this.
This is my startup.cs
I created a sample project for deserializing bearer tokens, which are encrypted using the MachineKeyDataProtector.
You can take a look at the source code.