AspNetCoreExperiments icon indicating copy to clipboard operation
AspNetCoreExperiments copied to clipboard

ASP.NET Core Blazor BFF with Microsoft Entra ID and Razor page

Results 3 AspNetCoreExperiments issues
Sort by recently updated
recently updated
newest added

I want to add a typed client here https://github.com/damienbod/AspNetCoreExperiments/blob/main/BlazorBffAzureADWithApi/Client/Program.cs#L25 But I cant because my clients must be created with IAntiforgeryHttpClientFactory so that IJSRuntime can work. Would it work to use...

investigate

Please add an AngularBffAzureAD example thanks