Azure Tenant setup for .NET Blazor WASM calling Web API + Microsoft Graph
Overview: I would like to create a solution for an organization using MSAL. The company seems to have users under a single Azure AD tenant. My solution should use a Blazor WASM UI with a .NET API running server side. I want to authenticate the users for the organization in the UI and pass the token to the API where it will call Microsoft Graph(for email data mostly).
Azure Tenant setup for .NET Blazor WASM calling Web API + Microsoft Graph
Overview: I would like to create a solution for an organization using MSAL. The company seems to have users under a single Azure AD tenant. My solution should use a Blazor WASM UI with a .NET API running server side. I want to authenticate the users for the organization in the UI and pass the token to the API where it will call Microsoft Graph(for email data mostly).