File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Duende.IdentityServer" Version =" 6.3.0 " />
9
+ <PackageReference Include =" Duende.IdentityServer" Version =" 6.3.5 " />
10
10
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.0" />
11
11
<PackageReference Include =" Serilog.AspNetCore" Version =" 6.0.0" />
12
12
</ItemGroup >
Original file line number Diff line number Diff line change 130
130
allowed scopes: openid profile email
131
131
</li >
132
132
<li >
133
- You can call a test API at https://demo.duendesoftware.com/api/test.
133
+ You can call a test API at https://demo.duendesoftware.com/api/test. This accepts Bearer token requests.
134
+ </li >
135
+ <li >
136
+ You can call a test API at https://demo.duendesoftware.com/api/dpop/test. This accepts DPoP token requests.
134
137
</li >
135
138
<li >
136
139
You can use the below RSA key for all clients requiring private key JWT authentication or JAR:
You can’t perform that action at this time.
0 commit comments