From 4cfc3b07357adc4f81aec80d83409f8801aee4c5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 14 Apr 2025 10:37:57 +0100 Subject: [PATCH] Add the use of token properties in documentation Closes gh-44990 --- .../antora/modules/reference/pages/web/spring-security.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc index 117752ee09d..8be3adea10c 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc @@ -303,6 +303,12 @@ spring: - "phone" - "address" require-authorization-consent: true + token: + authorization-code-time-to-live: 5m + access-token-time-to-live: 10m + access-token-format: "reference" + reuse-refresh-tokens: false + refresh-token-time-to-live: 30m my-client-2: registration: client-id: "efgh"