How to add bearer token authentication to typed HttpClient in Asp.Net Core 6
I'm trying to setup a web api using ASP.Net Core 6 so that users can hit my end points and then I do some work in D365 behind the scenes using a privileged account. I'm using a typed HTTP Client,…