Skip to content

Commit 1649f98

Browse files
committed
update IS to latest patch and add text to home page
1 parent b8fd873 commit 1649f98

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Duende.IdentityServer.Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Duende.IdentityServer" Version="6.3.0" />
9+
<PackageReference Include="Duende.IdentityServer" Version="6.3.5" />
1010
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
1111
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
1212
</ItemGroup>

src/Pages/Index.cshtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@
130130
allowed scopes: openid profile email
131131
</li>
132132
<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.
134137
</li>
135138
<li>
136139
You can use the below RSA key for all clients requiring private key JWT authentication or JAR:

0 commit comments

Comments
 (0)