Skip to content

Commit 5bdcd69

Browse files
committed
chore: add missing jwtConfig parameter (optional)
1 parent 420be8d commit 5bdcd69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proxy.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@
117117
"type": "jwt",
118118
"enabled": false,
119119
"jwtConfig": {
120-
"clientID": "",
121-
"authorityURL": "",
120+
"expectedAudience": "",
122121
"roleMapping": {
123122
"admin": {
124123
"": ""

0 commit comments

Comments
 (0)