Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 272fb08

Browse files
Bump System.IdentityModel.Tokens.Jwt
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.17.0 to 6.34.0. - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@6.17.0...6.34.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2968a11 commit 272fb08

2 files changed

Lines changed: 25 additions & 15 deletions

File tree

social-login/okta-aspnet-mvc-example/okta-aspnet-mvc-example.csproj

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,27 @@
5656
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Microsoft.CSharp" />
59-
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.17.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
59+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
60+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.7.4.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
61+
<Private>True</Private>
62+
</Reference>
63+
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=7.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
64+
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.7.4.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
65+
<Private>True</Private>
6166
</Reference>
62-
<Reference Include="Microsoft.IdentityModel.Logging, Version=6.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63-
<HintPath>..\packages\Microsoft.IdentityModel.Logging.6.17.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
67+
<Reference Include="Microsoft.IdentityModel.Logging, Version=7.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
68+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.7.4.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
69+
<Private>True</Private>
6470
</Reference>
6571
<Reference Include="Microsoft.IdentityModel.Protocols, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6672
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath>
6773
</Reference>
6874
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6975
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
7076
</Reference>
71-
<Reference Include="Microsoft.IdentityModel.Tokens, Version=6.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72-
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.6.17.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
77+
<Reference Include="Microsoft.IdentityModel.Tokens, Version=7.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
78+
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.7.4.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
79+
<Private>True</Private>
7380
</Reference>
7481
<Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7582
<HintPath>..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
@@ -112,11 +119,13 @@
112119
<Reference Include="System.Data.DataSetExtensions" />
113120
<Reference Include="System.Drawing" />
114121
<Reference Include="System.IdentityModel" />
115-
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116-
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.17.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
122+
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.34.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
123+
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.34.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
124+
<Private>True</Private>
117125
</Reference>
118-
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
119-
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
126+
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
127+
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
128+
<Private>True</Private>
120129
</Reference>
121130
<Reference Include="System.Numerics" />
122131
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

social-login/okta-aspnet-mvc-example/packages.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
1212
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net48" />
1313
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="3.6.0" targetFramework="net472" />
14-
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.17.0" targetFramework="net48" />
15-
<package id="Microsoft.IdentityModel.Logging" version="6.17.0" targetFramework="net48" />
14+
<package id="Microsoft.IdentityModel.Abstractions" version="7.4.0" targetFramework="net48" />
15+
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.4.0" targetFramework="net48" />
16+
<package id="Microsoft.IdentityModel.Logging" version="7.4.0" targetFramework="net48" />
1617
<package id="Microsoft.IdentityModel.Protocols" version="6.8.0" targetFramework="net48" />
1718
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" targetFramework="net48" />
18-
<package id="Microsoft.IdentityModel.Tokens" version="6.17.0" targetFramework="net48" />
19+
<package id="Microsoft.IdentityModel.Tokens" version="7.4.0" targetFramework="net48" />
1920
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="4.0.0" targetFramework="net48" />
2021
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net48" />
2122
<package id="Microsoft.Owin.Host.SystemWeb" version="4.1.0" targetFramework="net472" />
@@ -32,8 +33,8 @@
3233
<package id="Owin" version="1.0" targetFramework="net472" />
3334
<package id="popper.js" version="1.16.1" targetFramework="net472" />
3435
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
35-
<package id="System.IdentityModel.Tokens.Jwt" version="6.17.0" targetFramework="net48" />
36-
<package id="System.Memory" version="4.5.4" targetFramework="net472" />
36+
<package id="System.IdentityModel.Tokens.Jwt" version="6.34.0" targetFramework="net48" />
37+
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
3738
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
3839
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
3940
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" />

0 commit comments

Comments
 (0)