Moving Beyond Official MSAL: A Better Way to Handle Entra ID in Next.js
Microsoft's official MSAL libraries are powerful, but they were not built with the Next.js App Router...
Tag archive
Microsoft's official MSAL libraries are powerful, but they were not built with the Next.js App Router...
No, seriously. One command. npx @chemmangat/msal-next-cli init Enter fullscreen mode ...

Setting up Microsoft authentication in Next.js used to mean writing 50+ lines of middleware, manual...
Published: February 16, 2026 Author: Václav Švára Generated with assistance from: Claude (Anthropic...
Ref. also to this post of mine: Load scripts in sequence with import(), async and IIFE When loading...

In this article we are going to look at how to handle authenticating with playwright end-to-end...

Introduction Docusaurus (https://docusaurus.io) is a well-regarded open-source tool for...
Default structure of pages in Power Pages Each actual web page you navigate to in a...
See "Edit 20251025" below Microsoft Power Pages (MPP) MPP is a perfect tool in...
I am trying to integrate MSAL with Angular. I can able to generate access token with the help of...
To load your scripts in a particular order you can use import(), async...await and IIFE. ...

This post is about how to properly handle authentication of microsoft authentication library (msal)...