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…
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…
Ok, so last time we discussed the grand plan. The pie in the sky hopeful architecture to solve a distributed, and yet centralized authentication system that would allow us to combine the old and the new. This time we start actually solving the problem with examples and code. Let's take…
Modern web technologies all favor newer token based authentication schemes, and most newer web applications never have any need to know a user's information or passwords. This is fantastic if you are designing something new from the ground up. However, what if you have an existing web application that already…