Skip to content

Commit 0fdb80f

Browse files
authored
Merge pull request #797 from DuendeSoftware/wca/client-model-small-fix
Updated reference to global configuration setting with the correct name
2 parents 8d71a5b + 4fa4cc8 commit 0fdb80f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/identityserver/reference/dcr/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class DynamicClientRegistrationRequest
3535
| ClientName { get; set; } | Human-readable string name of the client to be presented to the end-user during authorization. |
3636
| ClientUri { get; set; } | Web page providing information about the client. |
3737
| ConsentLifetime { get; set; } | The lifetime of consent, in seconds. This property is an extension to the Dynamic Client Registration Protocol. |
38-
| CoordinateLifetimeWithUserSession { get; set; } | When enabled, the client's token lifetimes (e.g. refresh tokens) will be tied to the user's session lifetime. This means when the user logs out, any revokable tokens will be removed. If using server-side sessions, expired sessions will also remove any revokable tokens, and backchannel logout will be triggered. This client's setting overrides the global CoordinateTokensWithUserSession configuration setting. This property is an extension to the Dynamic Client Registration Protocol. |
38+
| CoordinateLifetimeWithUserSession { get; set; } | When enabled, the client's token lifetimes (e.g. refresh tokens) will be tied to the user's session lifetime. This means when the user logs out, any revokable tokens will be removed. If using server-side sessions, expired sessions will also remove any revokable tokens, and backchannel logout will be triggered. This client's setting overrides the global CoordinateClientLifetimesWithUserSession configuration setting. This property is an extension to the Dynamic Client Registration Protocol. |
3939
| DefaultMaxAge { get; set; } | Default maximum authentication age. This is stored as the UserSsoLifetime property of the IdentityServer client model. |
4040
| EnableLocalLogin { get; set; } | Boolean value specifying if local logins are enabled when this client uses interactive flows. This property is an extension to the Dynamic Client Registration Protocol. |
4141
| Extensions { get; set; } | Custom client metadata fields to include in the serialization. |

src/content/docs/identityserver/reference/models/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public static IEnumerable<Client> Get()
161161
This means when the user logs out, any revokable tokens will be removed.
162162
If using server-side sessions, expired sessions will also remove any revokable tokens, and backchannel logout will be
163163
triggered.
164-
This client's setting overrides the global `CoordinateTokensWithUserSession` configuration setting.
164+
This client's setting overrides the global `CoordinateClientLifetimesWithUserSession` configuration setting.
165165

166166
## Token
167167

0 commit comments

Comments
 (0)