Forum Discussion
JeffreyRosenberg
Oct 20, 2022Copper Contributor
Simple forms-based web app authenticated against Azure AD - Need advice re framework / tools to use
We have a need for a simple forms-based application that fronts SQL Server data, but this one needs to be secure. And we also need to support named users from outside the firm. It seems like a .NET...
JeffreyRosenberg
Oct 28, 2022Copper Contributor
We ended up using server-based Blazor for our program, and will be using the MudBlazor components to help make the forms more feature-rich and easier to produce.
After some back and forth and following some older advice and documents, we eventually discovered that the Visual Studio 2022 actually comes with most of what we need to make an AAD-secured application without having to do much of the heavy lifting. It would have been great to have skipped right to the end, but we did get to where we needed to be.