Azure – Authorization to OAuth2.0 and Entra Id secured service from client service not working
I have successfully implemented OAuth 2.0 authorization into a .NET 8 service and was able to consume it in both Postman and Swagger (using pkce). However when it came time to consume it through another .NET service, I encountered issues.…