I'm Receiving An 'Unauthorized' Response When Trying to Access my WebAPI using the IdentityToken as my Bearer token

OK. I’m fairly certain I’ve figured this out. This took ALOT of digging to find the only useful code example in C# found here: Web API Authorization Example in C# Using SDK [setting the ‘audience’] .

This post was what led me to the answer.

Hope this helps others!