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

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...
Enforce basic authentication in Azure API Management

Enforce basic authentication in Azure API Management

When connecting with legacy systems, Basic Authentication is often the only supported security scheme that is available.  Azure API Management has an out-of-the-box policy that implements Basic Authentication between API Management and the backend API (backdoor). ...

Common API Management policies

When settings up new API Management instances at customers, I notice that I often specify the same policies at the highest scope, All API’s.  This blog is just a small note to myself and hopefully it might help you too. Inbound policies Two inbound policies are...