File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 38
38
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.0.0" />
39
39
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
40
40
41
- <PackageReference Include =" minver" Version =" 2.0.0-rc.1" >
42
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
43
- <PrivateAssets >all</PrivateAssets >
44
- </PackageReference >
41
+ <PackageReference Include =" minver" Version =" 2.0.0" PrivateAssets =" All" />
45
42
</ItemGroup >
46
43
</Project >
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ public class IdentityServerAuthenticationDefaults
13
13
/// </summary>
14
14
public const string AuthenticationScheme = "Bearer" ;
15
15
16
+ /// <summary>
17
+ /// Value of the JWT typ header (IdentityServer4 v3+ sets this by default)
18
+ /// </summary>
19
+ public const string JwtAccessTokenTyp = "at+jwt" ;
20
+
16
21
internal const string IntrospectionAuthenticationScheme = "IdentityServerAuthenticationIntrospection" ;
17
22
internal const string JwtAuthenticationScheme = "IdentityServerAuthenticationJwt" ;
18
23
internal const string TokenItemsKey = "idsrv4:tokenvalidation:token" ;
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" FluentAssertions" Version =" 5.8 .0" />
9
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0-preview9.19424.4 " />
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0-preview-20190808-03 " />
8
+ <PackageReference Include =" FluentAssertions" Version =" 5.9 .0" />
9
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
11
11
<PackageReference Include =" xunit" Version =" 2.4.1" />
12
12
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
13
13
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments