We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d0878 commit c5b45b2Copy full SHA for c5b45b2
1 file changed
proxy.config.json
@@ -49,6 +49,29 @@
49
"baseDN": "",
50
"searchBase": ""
51
}
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
70
+ "jwtConfig": {
71
72
+ "authorityURL": "",
73
+ "expecetedAudience": ""
74
75
76
],
77
"api": {
0 commit comments