Skip to content

Commit e22d61f

Browse files
authored
Merge pull request #1141 from DuendeSoftware/wca/licensing-corrections
Corrected and added licensing details on featuresets
2 parents 97ae7ea + aa54fed commit e22d61f

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

astro/src/content/docs/identityserver/tokens/jar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ redirect_from:
1111
- /identityserver/v7/tokens/jar/
1212
---
1313

14+
:::note
15+
This feature is part of the [Duende IdentityServer Enterprise (legacy), Standard, Advanced, and Custom Edition](https://duendesoftware.com/products/identityserver).
16+
:::
17+
1418
Instead of providing the parameters for an authorize request as individual query string key/value pairs, you can package them up in signed JWTs.
15-
This makes the parameters tamperproof and you can authenticate the client already on the front-channel.
19+
This makes the parameters tamperproof, and you can authenticate the client already on the front-channel.
1620

1721
:::note
1822
See [here](/identityserver/samples/basics.mdx#mvc-client-with-jar-and-jwt-based-authentication) for a sample for using signed authorize requests (and JWT-based authentication) in ASP.NET Core.

astro/src/content/docs/identityserver/tokens/par.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ care, and in other industries with high security requirements.
3535
## Licensing
3636

3737
:::note
38-
This feature is part of the [Duende IdentityServer Business (legacy), Enterprise (legacy), Standard, Advanced, and Custom Edition](https://duendesoftware.com/products/identityserver).
38+
This feature is part of the [Duende IdentityServer Business (legacy), Enterprise (legacy), Lite, Standard, Advanced, and Custom Edition](https://duendesoftware.com/products/identityserver).
3939
:::
4040

41-
In the Starter edition, PAR requests will not be processed and instead log errors. If you have a starter edition license, you should disable the
42-
`EnablePushedAuthorizationEndpoint` flag so that discovery indicates that your IdentityServer does not support PAR:
41+
In the Duende IdentityServer Starter (legacy) edition, PAR requests will not be processed and instead log errors.
42+
If you have a starter edition license, you should disable the `EnablePushedAuthorizationEndpoint` flag so that discovery
43+
indicates that your IdentityServer does not support PAR:
4344

4445
```csharp
4546
// Program.cs

astro/src/content/docs/identityserver/tokens/pop.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ The client must then use the same client certificate to call the APIs, and your
6262

6363
If the access token would leak, it cannot be replayed without having access to the additional private key of the X.509 client certificate.
6464

65+
:::note
66+
This feature is part of the [Duende IdentityServer Enterprise (legacy), Standard, Advanced, and Custom Edition](https://duendesoftware.com/products/identityserver).
67+
:::
68+
6569
### Combine TLS Proof-of-possession With Other Authentication Methods
6670

6771
It is not mandatory to authenticate your clients with a client certificate to get the benefit of proof-of-possession. You can combine this feature with an arbitrary client authentication method - or even no client authentication at all (e.g. for public mobile/native clients).
@@ -157,7 +161,7 @@ var idsvrBuilder = builder.Services.AddIdentityServer(options =>
157161
attacks by making it difficult for attackers to use stolen tokens.
158162

159163
:::note
160-
This feature is part of the [Duende IdentityServer Enterprise (legacy), Standard, Advanced, and Custom Edition](https://duendesoftware.com/products/identityserver).
164+
This feature is part of the [Duende IdentityServer Enterprise (legacy), Lite, Standard, Advanced, and Custom Edition](https://duendesoftware.com/products/identityserver).
161165
:::
162166

163167
DPoP specifies how to bind

0 commit comments

Comments
 (0)