Releases: ITfoxtec/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect
Version 1.4.12
- Resolve refresh token expiration bug.
- Upgrade to support .NET Standard 2.1 instead of .NET Standard 2.0.
- Remove login and logout blinking with EmptyLayout.razor in sample.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.4.7
- Resolve missing refresh token bug.
Continue to use existing refresh token until a new is issued. - ITfoxtec.Identity updated to version 2.2.4.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.4.5
- Update ITfoxtec.Identity to version 2.2.3 with breaking changes.
- Add LoginCallBackPage and LogoutCallBackPage in OpenidConnectPkceSettings.
- Support configuring NameClaimType and RoleClaimType in all scenarios.
- Shortened project and folder names.
- Read first nonce instead of required single nonce parameter.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.4.2
- Support for NameClaimType and RoleClaimType configuration improved and an issue regarding refresh token resolved.
- Response query reading improved.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.4.0
- Remove profile as default scope. Optionally add the profile scope in the wwwroot/appsettings.json file.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.3.2
- By design OnInitializedAsync is called twice. The default behavior is supported in LoginCallBackAsync and LogoutCallBackAsync.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.3.1
- Add support for TokenUnavailableException in OidcAuthenticationStateProvider.GetAuthenticationStateAsync.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.3.0
- Breaking change; AuthenticationException is not supported in .NET 5.0 and therefore changed to TokenUnavailableException.
- Session claims support multiple claims with the same type.
- If configured, use resource parameter in requests to token endpoint
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.2.15
- Support for .NET 5.0.
- Read id token from invalid session to support logout with id_token_hint.
- The id token is not validated on the client in .NET Standard 2.0 but not in .NET 5.0.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/
Version 1.2.14
- Support for .NET 5.0.
- Read id token from invalid session to support logout with id_token_hint.
- The id token is not validated on the client in .NET Standard 2.0 but not in .NET 5.0.
- The package include the Blazored.SessionStorage code until a .NET 5.0 version is release.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/