From e8df02c58f10d72ece9da3ab6f6dddd050d8dbb4 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 11 Feb 2026 15:11:09 +0100 Subject: [PATCH 1/3] Update links to BFF samples and modernize some text. --- src/content/docs/bff/samples/index.mdx | 41 +++++++++++++------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/src/content/docs/bff/samples/index.mdx b/src/content/docs/bff/samples/index.mdx index e1207e279..2f6a20831 100644 --- a/src/content/docs/bff/samples/index.mdx +++ b/src/content/docs/bff/samples/index.mdx @@ -22,40 +22,40 @@ This sample shows how to use the BFF framework with a JavaScript-based frontend ## ReactJs Frontend -This sample shows how to use the BFF framework with the .NET 6 React template. +This sample shows how to use the BFF framework React. ## Angular Frontend -This sample shows how to use the BFF framework with the .NET 8 Angular template. +This sample shows how to use the BFF framework with Angular. ## Vue Frontend :badge[Community] -This sample shows how to use the BFF framework with the .NET 8 Vue template. (contributed by [@Marco Cabrera](https://github.com/mck231)) +This sample shows how to use the BFF framework with Vue. (contributed by [@Marco Cabrera](https://github.com/mck231)) @@ -66,7 +66,7 @@ This sample shows how to use the BFF framework with Blazor WASM. @@ -77,7 +77,7 @@ This sample shows how to use Authentication in combination with Blazor's AutoRen @@ -88,20 +88,19 @@ This sample shows how to use the BFF extensions for Microsoft YARP. -## OpenAPI and SwaggerUI +## OpenAPI -This sample shows how to use OpenAPI and SwaggerUI in combination with BFF. -A walkthrough is available [on the Duende blog](https://duendesoftware.com/blog/20250430-managing-openapi-specifications-with-backend-for-frontend-and-swagger-ui). +This sample shows how to use OpenAPI in combination with BFF. @@ -111,7 +110,7 @@ This sample shows how to have separate projects from the frontend and backend, u @@ -122,18 +121,18 @@ This sample shows how to host the BFF framework and IdentityServer with Docker. ## DPoP -This sample shows how to configure the BFF to use [DPoP](/identityserver/tokens/pop.md) to obtain sender-constrained tokens. +This sample shows how to configure the BFF for [DPoP](/identityserver/tokens/pop.md) so that is uses sender-constrained tokens. @@ -144,7 +143,7 @@ This sample shows how to extend the BFF with an _IAccessTokenRetriever_. This ex From 9dbe20b0d8dc38cbced8c5738b54d90ca136208c Mon Sep 17 00:00:00 2001 From: RolandGuijt Date: Wed, 11 Feb 2026 15:36:56 +0100 Subject: [PATCH 2/3] Update src/content/docs/bff/samples/index.mdx Co-authored-by: Maarten Balliauw --- src/content/docs/bff/samples/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/bff/samples/index.mdx b/src/content/docs/bff/samples/index.mdx index 2f6a20831..9f7604e92 100644 --- a/src/content/docs/bff/samples/index.mdx +++ b/src/content/docs/bff/samples/index.mdx @@ -29,7 +29,7 @@ This sample shows how to use the BFF framework with a JavaScript-based frontend ## ReactJs Frontend -This sample shows how to use the BFF framework React. +This sample shows how to use the BFF framework with React. Date: Wed, 11 Feb 2026 15:37:06 +0100 Subject: [PATCH 3/3] Update src/content/docs/bff/samples/index.mdx Co-authored-by: Maarten Balliauw --- src/content/docs/bff/samples/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/bff/samples/index.mdx b/src/content/docs/bff/samples/index.mdx index 9f7604e92..e5ce3f029 100644 --- a/src/content/docs/bff/samples/index.mdx +++ b/src/content/docs/bff/samples/index.mdx @@ -128,7 +128,7 @@ This sample shows how to host the BFF framework and IdentityServer with Docker. ## DPoP -This sample shows how to configure the BFF for [DPoP](/identityserver/tokens/pop.md) so that is uses sender-constrained tokens. +This sample shows how to configure the BFF for [DPoP](/identityserver/tokens/pop.md) so that it uses sender-constrained tokens.