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

Commit f8fc350

Browse files
update identitymodel
1 parent 14bbbb0 commit f8fc350

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.4.0</VersionPrefix>
5-
<VersionSuffix>preview3</VersionSuffix>
5+
<!--<VersionSuffix>preview3</VersionSuffix>-->
66
<Authors>Dominick Baier;Brock Allen</Authors>
77
<TargetFrameworks>net452;netstandard1.4;netstandard2.0</TargetFrameworks>
88
<AssemblyName>IdentityModel.OidcClient</AssemblyName>
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="IdentityModel" Version="3.0.0-ardbeg" />
21+
<PackageReference Include="IdentityModel" Version="3.0.0" />
2222
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.1.5" />
2323
</ItemGroup>
2424

src/IdentityModel.OidcClient/Infrastructure/TokenClientFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ public static TokenClient Create(OidcClientOptions options)
2121
}
2222

2323
tokenClient.Timeout = options.BackchannelTimeout;
24-
tokenClient.AuthenticationStyle = options.TokenClientAuthenticationStyle;
25-
2624
return tokenClient;
2725
}
2826
}

0 commit comments

Comments
 (0)