Skip to content

Commit

Permalink
update IS to latest patch and add text to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Sep 27, 2023
1 parent b8fd873 commit 1649f98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Duende.IdentityServer.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.5" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0" />
</ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion src/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
allowed scopes: openid profile email
</li>
<li>
You can call a test API at https://demo.duendesoftware.com/api/test.
You can call a test API at https://demo.duendesoftware.com/api/test. This accepts Bearer token requests.
</li>
<li>
You can call a test API at https://demo.duendesoftware.com/api/dpop/test. This accepts DPoP token requests.
</li>
<li>
You can use the below RSA key for all clients requiring private key JWT authentication or JAR:
Expand Down

0 comments on commit 1649f98

Please sign in to comment.