Category: development
-
January 29: New Lessons Learned From Microsoft’s Security Breach
when faced with multiple explanations for a phenomenon, the simplest one that adequately explains the observed evidence is likely to be the most accurate The Principle of Parsimony The three lessons below should be considered a supplement to 25 Simple Ways To Secure Your Apps. Secure by Design: Beyond User Vigilance The root cause of…
-
October 30: 25 Simple Ways To Secure Your Apps
He that is without sin among you, let him first cast a stone… go, and sin no more. Jesus Christ, John 8:7-11 2024.01.29 update: Microsoft’s Midnight Blizzard breach prompted three more simple ways to secure your apps, bringing the total to 28. 2024.01.31 update: CISA Director Jen Easterly’s statement before Congress: “The technology underpinning our…
-
August 15: Authenticating Apps in 2023 – A Closer Look
How to create an Azure-hosted React app authenticating to Azure AD. I start with dotnet new react and add Vite, Typescript, and Azure AD authentication.
-
August 1: Authenticating Enterprise Apps in 2023
(If you want to get right to coding, you can go here.) I created the Identity Bridge to make it easier for IT admins to set up user access across cloud systems. My Microsoft Identity background led me to believe this would be simple (the value prop and product screenshots are). Yet, I was taken…