Microsoft Developer Blogs

Get the latest information, insights, announcements, and news from Microsoft.

How to integrate Microsoft Entra External ID and Cerbos for authentication and authorization

This blog post, the second in a three-part series, explores how to build a web application with decoupled authentication and authorization using Microsoft Entra External ID and Cerbos. The focus is on practical implementation, demonstrating how to integrate these tools to secure your web application.


Announcing TypeScript 5.5

Today we're excited to announce the release of TypeScript 5.5! If you're not familiar with TypeScript, it's a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with and...