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