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 {
198198
199199 - ** Customize OpaqueTokenIntrospector as desired (!Set this to your Resource Servers)**
200200 - `` client.config.securityimpl.introspector.CustomResourceServerTokenIntrospector ``
201-
201+ - ![ img3.png ] ( reference/docs/img3.png )
202202## OAuth2 - ROPC
203203* Refer to `` client/src/docs/asciidoc/api-app.adoc ``
204204
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
7575spring.mvc.view.prefix =/templates/
7676spring.mvc.view.suffix =.html
7777
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
8183patternknife.securityhelper.oauth2.introspection.type =database
8284patternknife.securityhelper.oauth2.introspection.uri =http://localhost:8370/oauth2/introspect
8385patternknife.securityhelper.oauth2.introspection.client-id =client_customer
You can’t perform that action at this time.
0 commit comments