Skip to content

Commit

Permalink
Merge pull request #340 from pdekkers/patch-2
Browse files Browse the repository at this point in the history
Fixed small type in Update remote.md
  • Loading branch information
brockallen authored Sep 18, 2023
2 parents c9746f8 + 0b384ce commit af8b966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdentityServer/v6/docs/content/bff/apis/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are two different ways to set up Remote API proxying in Duende.BFF. This p

### Simple HTTP forwarder

Duende.BFF's simple HTTP forwarder maps routes in the BFF to a remote API surface. It uses [Microsoft YARP](https://github.com/microsoft/reverse-proxy) internally, but is much simpler to configure than YRAP. The intent is to provide a developer-centric and simplified way to proxy requests from the BFF to remote APIs when more complex reverse proxy features are not needed.
Duende.BFF's simple HTTP forwarder maps routes in the BFF to a remote API surface. It uses [Microsoft YARP](https://github.com/microsoft/reverse-proxy) internally, but is much simpler to configure than YARP. The intent is to provide a developer-centric and simplified way to proxy requests from the BFF to remote APIs when more complex reverse proxy features are not needed.

These routes receive automatic anti-forgery protection and integrate with automatic token management.

Expand Down Expand Up @@ -89,4 +89,4 @@ You can also use the *WithOptionalUserAccessToken* extension method to specify t

{{% notice note %}}
These settings only specify the logic that is applied before the API call gets proxied. The remote APIs you are calling should always specify their own authorization and token requirements.
{{% /notice %}}
{{% /notice %}}

0 comments on commit af8b966

Please sign in to comment.