Blazor.BFF.AzureB2C.Template

Blazor.BFF.AzureB2C.Template, Blazor WASM hosted in ASP.NET Core using Azure B2C BFF (server authentication) and Microsoft Graph

MIT License

Stars
62
Committers
3

Bot releases are hidden (Show)

Blazor.BFF.AzureB2C.Template - 3.0.0 Latest Release

Published by damienbod 9 months ago

  • .NET 8 update
  • Use CSP nonce
  • Fix Refresh browser
  • Updated packages
Blazor.BFF.AzureB2C.Template - Release 2.2.0

Published by damienbod 12 months ago

  • Fix XSS block security header
  • Updated packages
Blazor.BFF.AzureB2C.Template - Release 2.1.0

Published by damienbod over 1 year ago

  • Switched to Graph SDK 5
  • Updated packages
Blazor.BFF.AzureB2C.Template - Release 2.0.2

Published by damienbod over 1 year ago

Fix security headers, use on app requests including API calls
Updated packages

Blazor.BFF.AzureB2C.Template - Release 2.0.0

Published by damienbod almost 2 years ago

Updated to .NET 7

Blazor.BFF.AzureB2C.Template - Release 1.2.3

Published by damienbod about 2 years ago

  • Improved template with HTTP port generation
  • Updated packages
Blazor.BFF.AzureB2C.Template - Releass 1.2.2

Published by damienbod about 2 years ago

Improved template
Updated packages

Blazor.BFF.AzureB2C.Template - Release 1.2.1

Published by damienbod over 2 years ago

  • Improved User controller,
  • Fix Graph dependency breaking changes
  • Update nuget packages
  • Improved docs regarding Azure Container support
Blazor.BFF.AzureB2C.Template - Release 1.2.0

Published by damienbod over 2 years ago

  • use new top-level statements and remove
  • enable ImplicitUsings
  • add IAntiforgeryHttpClientFactory/AntiforgeryHttpClientFactory
  • Replace of IdentityModel with System.Security.Claims and remove IdentityModel nuget package
  • Add support for Azure AD Continuous Access Evaluation CAE
  • Add 404, 401, response handling
  • Update nuget packages
Blazor.BFF.AzureB2C.Template - Release 1.1.0

Published by damienbod over 2 years ago

  • Updated nuget packages
  • Using nullable enabled
Blazor.BFF.AzureB2C.Template - Release 1.0.11

Published by damienbod over 2 years ago

bugfix downstream APIs support

Blazor.BFF.AzureB2C.Template - Release 1.0.10

Published by damienbod over 2 years ago

  • Cache claims after authentication
  • Updated nuget packages
Blazor.BFF.AzureB2C.Template - Release 1.0.9

Published by damienbod over 2 years ago

  • Update namespaces
  • Update nuget packages
Blazor.BFF.AzureB2C.Template - Release 1.0.8

Published by damienbod over 2 years ago

Blazor.BFF.AzureB2C.Template - Release 1.0.7

Published by damienbod over 2 years ago

  • Remove PWA items, default template uses anti-forgery cookies and no PWA support
    (Will consider supporting this later, requires switching to CORS preflight CSRF protection)
  • Using the AuthorizedHandler for protected requests
Blazor.BFF.AzureB2C.Template - Release 1.0.6

Published by damienbod over 2 years ago

  • removed unused client file
Blazor.BFF.AzureB2C.Template - Release 1.0.5

Published by damienbod almost 3 years ago

  • fix name project generation
Blazor.BFF.AzureB2C.Template - Release 1.0.4

Published by damienbod almost 3 years ago

  • removed launchsettings.json from WASM client
  • removed unused client files
Blazor.BFF.AzureB2C.Template - Release 1.0.3

Published by damienbod almost 3 years ago

  • small fixes
  • removed unused configurations and packages
Blazor.BFF.AzureB2C.Template - Release 1.0.2

Published by damienbod almost 3 years ago

  • Small fixes
  • Updated packages