Skip to content

Commit

Permalink
Update bff.md
Browse files Browse the repository at this point in the history
Fix links for React and Angular samples
  • Loading branch information
skoruba authored Apr 27, 2024
1 parent 3ea6d8b commit fb933e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IdentityServer/v7/docs/content/samples/bff.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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.

[link to source code]({{< param samples_base >}}/BFF/ReactBffSample)
[link to source code]({{< param samples_base >}}/BFF/React)

### Angular Frontend
This sample shows how to use the BFF framework with the .NET 6 Angular template.

[link to source code]({{< param samples_base >}}/BFF/AngularBffSample)
[link to source code]({{< param samples_base >}}/BFF/Angular)

### Blazor WASM
This sample shows how to use the BFF framework with Blazor WASM.
Expand All @@ -43,4 +43,4 @@ This sample shows how to configure the BFF to use [DPoP]({{<ref "/tokens/pop/dpo
### Token Exchange using the IAccessTokenRetriever
This sample shows how to extend the BFF with an *IAccessTokenRetriever*. This example of an IAccessTokenRetriever performs token exchange for impersonation. If you are logged in as alice you will get a token for bob, and vice versa.

[link to source code]({{< param samples_base >}}/BFF/TokenExchange)
[link to source code]({{< param samples_base >}}/BFF/TokenExchange)

0 comments on commit fb933e6

Please sign in to comment.