❔ JWT token claims not working anymore after deploying application to Azure web app.
The code that is working inside a controller locally but not working when deployed on azure
Attempt 1#
Attempt 2
On Azure I get a null System.ArgumentNullException error on the above line of code
2 Replies
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Hi there, facing the same problem, everything works fine on dev server but when depoly on Azure on test env, recieve CORS errors on the endpoints of controllers used
[Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]
won't work anymore. Is there any updates?