File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
client/src/main/resources Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ public class CommonDataSourceConfiguration {
198
198
199
199
- ** Customize OpaqueTokenIntrospector as desired (!Set this to your Resource Servers)**
200
200
- `` client.config.securityimpl.introspector.CustomResourceServerTokenIntrospector ``
201
-
201
+ - ![ img3.png ] ( reference/docs/img3.png )
202
202
## OAuth2 - ROPC
203
203
* Refer to `` client/src/docs/asciidoc/api-app.adoc ``
204
204
Original file line number Diff line number Diff line change @@ -75,9 +75,11 @@ io.github.patternknife.securityhelper.oauth2.no-app-token-same-access-token=true
75
75
spring.mvc.view.prefix =/templates/
76
76
spring.mvc.view.suffix =.html
77
77
78
- # api vs database
79
- # api : resource servers call the authorization server / database : the database is shared with resource servers
80
- # [WARNING] api : some test codes currently NOT working due to the following uri calling.
78
+
79
+ # Introspection type configuration:
80
+ # - api: The Resource Server sends introspection requests to the Authorization Server (better scalability)
81
+ # - database: The Resource Server and Authorization Server share the same database (faster performance)
82
+ # [WARNING] api: Some test codes are currently NOT working due to the following introspection URI calls
81
83
patternknife.securityhelper.oauth2.introspection.type =database
82
84
patternknife.securityhelper.oauth2.introspection.uri =http://localhost:8370/oauth2/introspect
83
85
patternknife.securityhelper.oauth2.introspection.client-id =client_customer
You can’t perform that action at this time.
0 commit comments