From 1649f98a6a816cb29ad9670a15c501c65b6b0da1 Mon Sep 17 00:00:00 2001 From: Brock Allen Date: Wed, 27 Sep 2023 11:20:06 -0400 Subject: [PATCH] update IS to latest patch and add text to home page --- src/Duende.IdentityServer.Demo.csproj | 2 +- src/Pages/Index.cshtml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Duende.IdentityServer.Demo.csproj b/src/Duende.IdentityServer.Demo.csproj index cb6918f..9b03709 100644 --- a/src/Duende.IdentityServer.Demo.csproj +++ b/src/Duende.IdentityServer.Demo.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Pages/Index.cshtml b/src/Pages/Index.cshtml index 6c3ceab..6e3c3ff 100644 --- a/src/Pages/Index.cshtml +++ b/src/Pages/Index.cshtml @@ -130,7 +130,10 @@ allowed scopes: openid profile email
  • - 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. +
  • +
  • + You can call a test API at https://demo.duendesoftware.com/api/dpop/test. This accepts DPoP token requests.
  • You can use the below RSA key for all clients requiring private key JWT authentication or JAR: