ASP.NET .NET 6 OIDC Retrieve JWT AccessToken after SaveTokens
Aaron Hoffman
I was not able to find the docs for retrieving the JWT AccessToken in ASP.NET .NET 6 after they are saved so I decided to document it here.You may be familiar with the HttpContext.GetTokenAsync() method. This appears to have worked in previous version of .NET, but I could not get it to work in...