Skip to content

Commit 7d88540

Browse files
authored
Merge pull request #1044 from DuendeSoftware/maartenba-patch-1
Clarify LicenseKey requirement in options.md
2 parents 4c1675e + 26f09a0 commit 7d88540

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro/src/content/docs/bff/fundamentals/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ builder.Services.AddBff(options =>
3232

3333
* ***LicenseKey***
3434

35-
This sets the license key for Duende.BFF. A business edition or higher license key is required for production deployments. The same license key is used in IdentityServer and the BFF. Just as in the [IdentityServer host](/general/licensing.md), you can either set the license key using this option in code or include *Duende_License.key* in the same directory as your BFF host.
35+
This sets the license key for Duende.BFF. A license key is required for production deployments. See [licensing](/general/licensing.md) for details about how to configure the license key.
3636

3737
* ***AnonymousSessionResponse*** (added in 2.0)
3838

@@ -234,4 +234,4 @@ Be careful processing `X-Forwarded-*` headers from untrusted sources. Accepting
234234

235235
See [Microsoft Security Advisory CVE-2018-0787](https://github.com/aspnet/Announcements/issues/295) for information
236236
on an elevation-of-privileges vulnerability that affects systems where the proxy doesn't validate or restrict `Host` headers to known good values.
237-
:::
237+
:::

0 commit comments

Comments
 (0)