Tag: azure_active_directory
Create an App Registration for RBAC with PowerShell and Microsoft Graph.
I'm currently working on some automation within Azure to deploy a hub-spoke web application. This web application authenticates with Entra ID using an App Registration and…
Azure Active Directory Authentication for Blazor WASM (Part 4: SignalR)
I really thought I was through with Azure Active Directory! Honest! However, another key piece came up. My CloudMud is a real-time pub/sub application that uses SignalR. How do I…
Azure Active Directory Authentication for Blazor WASM (Part 3: Production)
Recently, I've been working on integrating authentication with Azure Active Directory into my Blazor app. I've covered the server side and the client side, so what's left? Well,…
Azure Active Directory Authentication for Blazor WASM (Part 2: The Client)
I'm in the middle of adding authentication to my Blazor WASM app. In the last article, I introduced the service side of things to consider when integrating Azure Active Directory…
Azure Active Directory Authentication for Blazor WASM (Part 1: The Server)
Continuing my foray into Blazor WASM, I decided to tackle authentication. The Microsoft documentation has an excellent article on how to do this using the built-in tooling to…
Integrating Microsoft Login and MSAL with React and Redux
I have a new app I am working on. It's sort of a 1990's style text MUD, but I'm bringing it "up to this century" with a host of new features. I'm writing the first front-end in…