Skip to content

Commit e32408c

Browse files
committed
chore(auth): add sample oidc config
1 parent 3484694 commit e32408c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

proxy.config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@
5353
"baseDN": "",
5454
"searchBase": ""
5555
}
56+
},
57+
{
58+
"type": "openidconnect",
59+
"enabled": false,
60+
"oidcConfig": {
61+
"issuer": "",
62+
"clientID": "",
63+
"clientSecret": "",
64+
"callbackURL": "",
65+
"scope": ""
66+
}
5667
}
5768
],
5869
"api": {

0 commit comments

Comments
 (0)