JWT Lessons from Load Balancer
JWT Lessons from Load Balancer
Problem
I had an Angular front end calling a .NET Web API backend. It would produce a JWT token for authentication. However different calls would fail to the backend with the correct token. I couldn’t always reproduce the failure with Postman either. Both the front-end and the back-end are load balanced.
By default the .NET Web API uses the machine key to produce the JWT token for authentication.…
View On WordPress














