Skip to content

Commit

Permalink
Merge pull request #467 from DuendeSoftware/josephdecock-patch-1
Browse files Browse the repository at this point in the history
Expand EmitStaticAudienceClaim description
  • Loading branch information
brockallen committed May 1, 2024
2 parents 26d9d17 + ca7f30e commit 3569375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdentityServer/v7/docs/content/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Top-level settings. Available directly on the *IdentityServerOptions* object.
* ***EmitStaticAudienceClaim***

Emits a static *aud* claim in all access tokens with the format *issuer/resources*. Defaults to *false*.
Emits a static *aud* (audience) claim in all access tokens with the format *{issuer}/resources*. For example, if IdentityServer was running at *https:\//identity.example.com*, the static *aud* claim's value would be *https:\//identity.example.com/resources*. Historically, older versions of IdentityServer produced tokens with a static audience claim in this format. This flag is intended for use when you need to produce backwards-compatible access tokens. Also note that multiple audience claims are possible. If you enable this flag and also configure *ApiResource*s you can have both the static audience and audiences from the API resources. Defaults to *false*.
* ***EmitIssuerIdentificationResponseParameter***

Expand Down Expand Up @@ -710,4 +710,4 @@ Pushed Authorization Requests (PAR) settings. Available on the *PushedAuthorizat

* ***Lifetime***

Controls the lifetime of pushed authorization requests. The pushed authorization request's lifetime begins when the request to the PAR endpoint is received, and is validated until the authorize endpoint returns a response to the client application. Note that user interaction, such as entering credentials or granting consent, may need to occur before the authorize endpoint can do so. Setting the lifetime too low will likely cause login failures for interactive users, if pushed authorization requests expire before those users complete authentication. Some security profiles, such as the FAPI 2.0 Security Profile recommend an expiration within 10 minutes to prevent attackers from pre-generating requests. To balance these constraints, this lifetime defaults to 10 minutes.
Controls the lifetime of pushed authorization requests. The pushed authorization request's lifetime begins when the request to the PAR endpoint is received, and is validated until the authorize endpoint returns a response to the client application. Note that user interaction, such as entering credentials or granting consent, may need to occur before the authorize endpoint can do so. Setting the lifetime too low will likely cause login failures for interactive users, if pushed authorization requests expire before those users complete authentication. Some security profiles, such as the FAPI 2.0 Security Profile recommend an expiration within 10 minutes to prevent attackers from pre-generating requests. To balance these constraints, this lifetime defaults to 10 minutes.

0 comments on commit 3569375

Please sign in to comment.