diff --git a/src/content/docs/bff/samples/index.mdx b/src/content/docs/bff/samples/index.mdx index e1207e279..e5ce3f029 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 with 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 it uses sender-constrained tokens. @@ -144,7 +143,7 @@ This sample shows how to extend the BFF with an _IAccessTokenRetriever_. This ex