Skip to content

Commit 2e8999e

Browse files
committed
Merge pull request #45019 from ngocnhan-tran1996
* pr/45019: Add the use of token properties in documentation Closes gh-45019
2 parents ca5507e + cdb8ed4 commit 2e8999e

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web

1 file changed

+6
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@ spring:
303303
- "phone"
304304
- "address"
305305
require-authorization-consent: true
306+
token:
307+
authorization-code-time-to-live: 5m
308+
access-token-time-to-live: 10m
309+
access-token-format: "reference"
310+
reuse-refresh-tokens: false
311+
refresh-token-time-to-live: 30m
306312
my-client-2:
307313
registration:
308314
client-id: "efgh"

0 commit comments

Comments
 (0)