Tag: identityserver
-
How to Debug a Broken Web App: A Noob’s Guide to Token Hell
Settings page broken. JSON parse error. Redirect loop. Token issue. Here’s exactly how I traced a production bug from browser error to root cause, using nothing but curl,…
-
MVC project running under Windows Server 2012r2 and ASP.NET 4.7 cant use Azure to authenticate anymore IDX20803 [SOLVED]
I logged in one morning to find that users of one of our apps were getting an error authenticating with an MVC site. When I investigated to check…
-
How to add bearer token authentication to NSwag api.
NSwag is a game changer for working with Angular and Net Core, you write your endpoint code, and swashbuckler generates your swagger docs. You can find more info…