Azure App Registration – roles in react SPA (1/2)

Starting work on your new SPA (Single Page Application) and need a solid and FREE authentication and access control mechanism? In that case, the Microsoft Entra service (formerly Azure Active Directory) might be an excellent solution. This post will discuss how to register a SPA in Microsoft Entra step by step, to secure it against…

Azure App Registration – roles in react SPA (2/2)

Part 1 We continue the implementation of a free and robust authentication and access control mechanism in the SPA application, namely Azure App Registration. In this post, we will use the previously created app registration to create a working demo. Let's move directly to the example described in the Microsoft documentation. LINK. To start running…