We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391e089 commit e656096Copy full SHA for e656096
client/src/main/resources/application.properties
@@ -89,7 +89,7 @@ spring.mvc.view.suffix=.html
89
# Drawbacks: Lacks real-time authorization updates.
90
#
91
# [WARNING] api: Certain test cases are currently failing due to issues with the specified introspection URI calls.
92
-patternhelloworld.securityhelper.oauth2.introspection.type=api
+patternhelloworld.securityhelper.oauth2.introspection.type=database
93
patternhelloworld.securityhelper.oauth2.introspection.uri=http://localhost:8370/oauth2/introspect
94
patternhelloworld.securityhelper.oauth2.introspection.client-id=client_customer
95
patternhelloworld.securityhelper.oauth2.introspection.client-secret=12345
0 commit comments