Browse Source

Add the use of token properties in documentation

Show the use of token properties in authorization server clients
configuration example

See gh-45019

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
pull/45049/head
Tran Ngoc Nhan 9 months ago committed by Phillip Webb
parent
commit
cdb8ed4d38
  1. 6
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc

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

@ -303,6 +303,12 @@ spring: @@ -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"

Loading…
Cancel
Save