Skip to content

Commit c5b45b2

Browse files
committed
feat(auth): add missing proxy.config.json auth methods
1 parent e8d0878 commit c5b45b2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

proxy.config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,29 @@
4949
"baseDN": "",
5050
"searchBase": ""
5151
}
52+
},
53+
{
54+
"type": "",
55+
"enabled": false,
56+
"oidcConfig": {
57+
"issuer": "",
58+
"clientID": "",
59+
"clientSecret": "",
60+
"authorizationURL": "",
61+
"tokenURL": "",
62+
"userInfoURL": "",
63+
"callbackURL": "",
64+
"scope": ""
65+
}
66+
},
67+
{
68+
"type": "jwt",
69+
"enabled": false,
70+
"jwtConfig": {
71+
"clientID": "",
72+
"authorityURL": "",
73+
"expecetedAudience": ""
74+
}
5275
}
5376
],
5477
"api": {

0 commit comments

Comments
 (0)