Before we start This is the start of a series about technical debt, and how to deal with it in your codebase. Before we jump in lets define what we are talking about. What is technical debt? Technical debt is any accumulation of poor technical decisions, code that is buggy,…
The finish line is in sight, let's sprint to the end of this project and finish it up! I apologize for the length of this series, but I truly hope that it helped a few people save some time and design a resilient authentication architecture. With that said, let's dive…
I know this has been a long journey on the road to an ideal SSO solution. However, take heart, victory is within sight. We will be able to close the loop in this post, finally realizing the full cycle of the Architecture. We will need one more post to fully…
Development is such an odd career. Only in development can things you learned and refined be tossed out as worthless, obsolete skills, in favor of the next new shiny framework. It's a difficult profession, one that many many struggle to excel at. So what is it that makes a developer…
Ready to continue the arduous journey of realizing the perfect blend of old and new? To implement a blended Single Sign On architecture that easily allows you to mix legacy applications and new, cloud capable SSO enabled applications? Last time we successfully authenticated to our Identity Provider (Microsoft ADFS) using…