Skip to content

Commit e656096

Browse files
chore : patternhelloworld.securityhelper.oauth2.introspection.type to default
1 parent 391e089 commit e656096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spring.mvc.view.suffix=.html
8989
# Drawbacks: Lacks real-time authorization updates.
9090
#
9191
# [WARNING] api: Certain test cases are currently failing due to issues with the specified introspection URI calls.
92-
patternhelloworld.securityhelper.oauth2.introspection.type=api
92+
patternhelloworld.securityhelper.oauth2.introspection.type=database
9393
patternhelloworld.securityhelper.oauth2.introspection.uri=http://localhost:8370/oauth2/introspect
9494
patternhelloworld.securityhelper.oauth2.introspection.client-id=client_customer
9595
patternhelloworld.securityhelper.oauth2.introspection.client-secret=12345

0 commit comments

Comments
 (0)