Skip to content

Commit

Permalink
chore : patternhelloworld.securityhelper.oauth2.introspection.type to…
Browse files Browse the repository at this point in the history
… default
  • Loading branch information
patternhelloworld committed Jan 9, 2025
1 parent 391e089 commit e656096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spring.mvc.view.suffix=.html
# Drawbacks: Lacks real-time authorization updates.
#
# [WARNING] api: Certain test cases are currently failing due to issues with the specified introspection URI calls.
patternhelloworld.securityhelper.oauth2.introspection.type=api
patternhelloworld.securityhelper.oauth2.introspection.type=database
patternhelloworld.securityhelper.oauth2.introspection.uri=http://localhost:8370/oauth2/introspect
patternhelloworld.securityhelper.oauth2.introspection.client-id=client_customer
patternhelloworld.securityhelper.oauth2.introspection.client-secret=12345
Expand Down

0 comments on commit e656096

Please sign in to comment.