-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb48924
commit 053fb7f
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
# Vouch Proxy configuration | ||
# bare minimum to get Vouch Proxy running with OpenID Connect (such as okta) | ||
|
||
vouch: | ||
domains: | ||
- yourdomain.com | ||
# whiteList is a list of username#discriminator that will allow a login if allowAllUsers is false | ||
whiteList: | ||
- loganintech#0001 | ||
|
||
cookie: | ||
# allow the jwt/cookie to be set into http://yourdomain.com (defaults to true, requiring https://yourdomain.com) | ||
secure: false | ||
# vouch.cookie.domain must be set when enabling allowAllUsers | ||
# domain: yourdomain.com | ||
|
||
oauth: | ||
provider: discord | ||
client_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
client_secret: xxxxxxxxxxxxxxxxxxxxxxxx | ||
callback_url: http://vouch.yourdomain.com:9090/auth |