Blazorade.Id
2.2.0
dotnet add package Blazorade.Id --version 2.2.0
NuGet\Install-Package Blazorade.Id -Version 2.2.0
<PackageReference Include="Blazorade.Id" Version="2.2.0" />
<PackageVersion Include="Blazorade.Id" Version="2.2.0" />
<PackageReference Include="Blazorade.Id" />
paket add Blazorade.Id --version 2.2.0
#r "nuget: Blazorade.Id, 2.2.0"
#:package Blazorade.Id@2.2.0
#addin nuget:?package=Blazorade.Id&version=2.2.0
#tool nuget:?package=Blazorade.Id&version=2.2.0
Blazorade ID
Blazorade ID offers authentication and user identification services to all types of Blazor applications. Blazorade ID aims to unify the programming model for authentication across all Blazor application types, as far as possible.
Getting Started
Get started with Blazorade Id by visiting the Getting Started page on the Blazorade ID wiki. Also be sure to check out the sample applications included in the Github repository for Blazorade ID.
Version Highlights
v.2.2.0
- Implemented configurable authorization popup window size through properties on the
AuthorityOptionsclass.
v.2.1.0
- Added a static HTML page as the OAuth Callback URL to improve performance for callback handling.
- Improved error handling when silently refreshing tokens in IFrame so that if the IFrame operation indicates an error that needs user interaction, the authorization is retried using a popup window and an adjusted
promptparameter. - Modified
BlazorAuthorizationCodeProviderto respect theEnableSilentAuthorizationCodeFlowsetting inAuthorityOptionswhen attempting to acquire tokens silently using a hiddenIFrame.
v2.0.0
- Removed references to Blazored libraries. Turned out that all Blazored libraries were archived and deprecated on the same day as we published the initial v1.0.0 of Blazorade ID. Blazored libraries have been replaced with JS Interop in Blazorade ID.
- This is a breaking change in Blazorade ID, so we had to bump the major version to v2.0.0.
- Added functionality to attempt refreshing tokens silently using IFrames before opening up popups to refresh tokens.
v1.0.0
Initial stable release of Blazorade ID.
v1.0.0-rc.6
- Implemented updated service interfaces where methods now have
CancellationTokenparameters to support cancellation of asynchronous operations. - Changed token store implementations to separate refresh token management into its own
IRefreshTokenStoreservice interface.
v1.0.0-rc.4
- Replaced
BlazorSignOutServicewithBlazorAuthenticationServicethat combines sign-in and sign-out functionality into a single service implementation.
v1.0.0-rc.3
- Added
IHttpRequestFactoryservice interface to create HTTP requests for resources protected by access tokens managed by Blazorade ID.
v1.0.0-rc.2
- Improved refresh token handling in token store implementations.
- Implemented log out functionality through the ISignOutService.
- Implemented a default sign-out service for Blazor applications.
- Renamed property store and token store implementations to better reflect what storage they use.
v1.0.0-rc.1
Preparing for the first stable version. Even though Blazorade ID is designed to work with any OAuth/OIDC compliant identity provider, the first stable version will focus on Microsoft Entra ID and Microsoft Entra External ID.
Read more about Blazorade ID on the Blazorade ID Wiki.
v1.0.0-beta.x
Working towards the first stable version.
v1.0.0-alpha.2
- Updated reference to
Blazorade.Id.Core.
v1.0.0-alpha.1
Authentication and token acquisition works in both Blazor WebAssembly and Blazor Server applications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Blazorade.Core (>= 4.0.0)
- Blazorade.Id.Core (>= 1.3.0)
- Microsoft.AspNetCore.Components.Authorization (>= 8.0.1)
- Microsoft.AspNetCore.WebUtilities (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.2.0 | 163 | 12/30/2025 | |
| 2.1.0 | 92 | 12/29/2025 | |
| 2.0.0 | 95 | 12/27/2025 | |
| 1.0.0 | 133 | 12/26/2025 | |
| 1.0.0-rc.6 | 151 | 12/25/2025 | |
| 1.0.0-rc.5 | 255 | 12/25/2025 | |
| 1.0.0-rc.4 | 147 | 12/24/2025 | |
| 1.0.0-rc.3 | 147 | 12/23/2025 | |
| 1.0.0-rc.2 | 156 | 12/22/2025 | |
| 1.0.0-rc.1 | 131 | 12/21/2025 | |
| 1.0.0-beta.5 | 375 | 12/19/2025 | |
| 1.0.0-beta.4 | 379 | 12/19/2025 | |
| 1.0.0-beta.3 | 866 | 12/2/2025 | |
| 1.0.0-beta.2 | 867 | 12/1/2025 | |
| 1.0.0-beta.1 | 701 | 12/1/2025 | |
| 1.0.0-alpha.3 | 313 | 6/23/2025 | |
| 1.0.0-alpha.2 | 280 | 8/8/2024 |
For details about this release, check out the release notes on Nuget at Blazorade.Id.