Info
Version: | 1.6.7 |
Author(s): | Anders Revsgaard |
Last Update: | Thursday, November 14, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect |
Install
Install-Package ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect
dotnet add package ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect
paket add ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect
ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Blazored.SessionStorage(>= 1.0.12)
- ITfoxtec.Identity(>= 2.0.28)
- Microsoft.AspNetCore.Components(>= 3.1.7)
- Microsoft.AspNetCore.Components.Web(>= 3.1.7)
- Blazored.SessionStorage(>= 1.0.12)
- ITfoxtec.Identity(>= 2.0.28)
- Microsoft.AspNetCore.Components(>= 5.0.1)
- Microsoft.AspNetCore.Components.Web(>= 5.0.1)
Tags
Support .NET 8.0
Support .NET 7.0
Support .NET 6.0
Support .NET 5.0
The received ID token is validated by the component in the client using the OpenID Provider (OP) discovery document.
The component automatically handle token / session update with use of the refresh token if the offline_access scope is specified.