Skip to content

Commit 99a9616

Browse files
authored
fix: provide default client_id and client_secret because they are not needed when using only jwt tokens (#76)
otherwise the gateway doesn't start when they are not defined org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gatewayService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'client_id' in value "${client_id}"
1 parent 0ba379b commit 99a9616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
allowed-issuers: #, #
2+
client_id: #
3+
client_secret: #

0 commit comments

Comments
 (0)