Azure trainings!
Infused with experience from the field, brought with lots of passion!

API Security with ASP.NET Core 5.0 and Azure AD for Dummies

API Security with ASP.NET Core 5.0 and Azure AD for Dummies

Despite the overload of online material on this subject, I still see many people struggling to secure their ASP.NET Core APIs with Azure AD.  For this, I see several causes: The difference between authentication and authorization is still not clear for many Azure AD...
API SECURITY FOR DUMMIES | Authentication with Azure AD

API SECURITY FOR DUMMIES | Authentication with Azure AD

API Security with ASP.NET Core 5.0 and Azure AD for Dummies This blog is part of a complete blog series. Part 1: Authentication vs authorization Part 2: The different actors Part 3: Authentication with Azure AD (this blog) Part 4: Authorization with Access Control...
API SECURITY FOR DUMMIES | The different actors

API SECURITY FOR DUMMIES | The different actors

API Security with ASP.NET Core 5.0 and Azure AD for Dummies This blog is part of a complete blog series. Part 1: Authentication vs authorization Part 2: The different actors (this blog) Part 3: Authentication with Azure AD Part 4: Authorization with Access Control...
Securely distributing client secrets within the organization

Securely distributing client secrets within the organization

The weakest link in security is the human element.  This statement gets regularly confirmed, when we are setting up OAuth2 or Open ID Connect at a customer.  This blog explains the security issue and how you can overcome it with some very little effort. The problem In...