Skip to content

Commit

Permalink
Introduce 3rd party's contribution and prepare patch release (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: pixelnix <nick@pixelnix.com>
  • Loading branch information
laura-rodriguez and pixelnix authored Dec 12, 2023
1 parent 9c9dbb3 commit adddd46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Okta.AspNet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
Running changelog of releases since `1.6.0`

## 3.2.3

### Bug Fixes

Fix "initial request before signing keys are cached is rejected as unauthorized" issue (#243) (#249)

## 3.2.2

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Okta.AspNet/DiscoveryDocumentCachingSigningKeyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal class DiscoveryDocumentCachingSigningKeyProvider
public DiscoveryDocumentCachingSigningKeyProvider(IDiscoveryDocumentSigningKeyProvider provider)
{
_discoveryDocumentSigningKeyProvider = provider ?? throw new ArgumentNullException(nameof(provider), "The provider cannot be null.");
RefreshMetadata();
RetrieveMetadata();
}

/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions Okta.AspNet/Okta.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Official Okta middleware for ASP.NET 4.6.2+. Easily add authentication and authorization to ASP.NET applications.</Description>
<Copyright>(c) 2019 Okta, Inc.</Copyright>
<Version>3.2.2</Version>
<Version>3.2.3</Version>
<Authors>Okta, Inc.</Authors>
<TargetFramework>net462</TargetFramework>
<AssemblyName>Okta.AspNet</AssemblyName>
Expand All @@ -30,8 +30,8 @@

<PropertyGroup>
<CodeAnalysisRuleSet>..\OktaSdk.ruleset</CodeAnalysisRuleSet>
<AssemblyVersion>3.0.2.2</AssemblyVersion>
<FileVersion>3.0.2.2</FileVersion>
<AssemblyVersion>3.2.3.0</AssemblyVersion>
<FileVersion>3.2.3.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>okta.aspnet.public.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
Expand Down

0 comments on commit adddd46

Please sign in to comment.