Browse Source

Use proper configuration key

the getter method is `getOpaquetoken()` not `getOpaqueToken()`

See c6045c3111/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerProperties.java (L51)

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
pull/17010/head
Yanming Zhou 8 months ago committed by Josh Cummings
parent
commit
9c76ab69f0
  1. 4
      docs/modules/ROOT/pages/reactive/oauth2/resource-server/opaque-token.adoc
  2. 4
      docs/modules/ROOT/pages/servlet/oauth2/resource-server/opaque-token.adoc

4
docs/modules/ROOT/pages/reactive/oauth2/resource-server/opaque-token.adoc

@ -29,7 +29,7 @@ spring: @@ -29,7 +29,7 @@ spring:
security:
oauth2:
resourceserver:
opaque-token:
opaquetoken:
introspection-uri: https://idp.example.com/introspect
client-id: client
client-secret: secret
@ -616,7 +616,7 @@ spring: @@ -616,7 +616,7 @@ spring:
security:
oauth2:
resourceserver:
opaque-token:
opaquetoken:
introspection-uri: https://idp.example.org/introspection
client-id: client
client-secret: secret

4
docs/modules/ROOT/pages/servlet/oauth2/resource-server/opaque-token.adoc

@ -28,7 +28,7 @@ spring: @@ -28,7 +28,7 @@ spring:
security:
oauth2:
resourceserver:
opaque-token:
opaquetoken:
introspection-uri: https://idp.example.com/introspect
client-id: client
client-secret: secret
@ -782,7 +782,7 @@ spring: @@ -782,7 +782,7 @@ spring:
security:
oauth2:
resourceserver:
opaque-token:
opaquetoken:
introspection-uri: https://idp.example.org/introspection
client-id: client
client-secret: secret

Loading…
Cancel
Save