Skip to content

Releases: ITfoxtec/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect

Version 1.4.12

30 Apr 09:26
Compare
Choose a tag to compare
  • 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

21 Apr 12:25
Compare
Choose a tag to compare
  • 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

08 Apr 13:44
Compare
Choose a tag to compare
  • 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

23 Mar 15:10
Compare
Choose a tag to compare
  • 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

15 Feb 12:51
Compare
Choose a tag to compare
  • 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

29 Jan 21:46
Compare
Choose a tag to compare
  • 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

13 Jan 09:05
Compare
Choose a tag to compare
  • Add support for TokenUnavailableException in OidcAuthenticationStateProvider.GetAuthenticationStateAsync.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/

Version 1.3.0

07 Jan 20:56
Compare
Choose a tag to compare
  • 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

14 Dec 19:06
Compare
Choose a tag to compare
  • 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

14 Dec 14:54
Compare
Choose a tag to compare
  • 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/