Skip to content

Commit f8e4824

Browse files
authored
fix: return external IdPs and resolve security vulnerabilities in samples (#229)
* fix(samples): add missing routing rule scope and email scope to return external IdPs * chore: Updated packages in embedded-auth-with-sdk to fix security vulnerabilities * chore: Updated packages in embedded-sign-in-widget to fix security vulnerabilities * chore: Updated packages in embedded-sign-in-widget aspnetcore to fix security vulnerabilities * Release 2.4.5
1 parent 74bc2a3 commit f8e4824

File tree

146 files changed

+123083
-23785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+123083
-23785
lines changed

samples/samples-aspnet/embedded-auth-with-sdk/Okta.Idx.Sdk.E2ETests/embedded-auth-with-sdk.E2ETests.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />
28-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
29-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
28+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
29+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0" />
30+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
3031
<PackageReference Include="Ninject" Version="3.3.4" />
3132
<PackageReference Include="Okta.Sdk" Version="5.6.2" />
3233
<PackageReference Include="Otp.NET" Version="1.2.2" />
@@ -35,12 +36,15 @@
3536
<PackageReference Include="SpecFlow.xUnit" Version="3.9.74" />
3637
<PackageReference Include="System.Collections" Version="4.3.0" />
3738
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
38-
<PackageReference Include="xunit" Version="2.4.1" />
39-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
39+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
40+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
41+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
42+
<PackageReference Include="xunit" Version="2.9.3" />
43+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
4044
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4145
<PrivateAssets>all</PrivateAssets>
4246
</PackageReference>
43-
<PackageReference Include="coverlet.collector" Version="3.0.3">
47+
<PackageReference Include="coverlet.collector" Version="6.0.4">
4448
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4549
<PrivateAssets>all</PrivateAssets>
4650
</PackageReference>

0 commit comments

Comments
 (0)