From a762a7e376a6e86bb05648165b8bd3d0b34dfe6e Mon Sep 17 00:00:00 2001 From: Stu Frankish Date: Mon, 28 Oct 2024 12:40:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec23db7..04cc83f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![.NET](https://github.com/StuFrankish/AspireForIdentityServer/actions/workflows/dotnet.yml/badge.svg)](https://github.com/StuFrankish/AspireForIdentityServer/actions/workflows/dotnet.yml) [![CodeQL](https://github.com/StuFrankish/AspireForIdentityServer/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/StuFrankish/AspireForIdentityServer/actions/workflows/github-code-scanning/codeql) -# Aspire for IdentityServer & Client +# Aspire for IdentityServer, Client & API This sample includes: - A standard instance of IdentityServer from Duende using version 7.0.7 configured to use SQL Server storage. - An MVC client application setup to use PAR (pushed authorisation requests) and configured to use Redis cache.