Skip to content

Commit

Permalink
Add Discord provider config example
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Apr 5, 2023
1 parent eb48924 commit 053fb7f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/config.yml_example_discord
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

0 comments on commit 053fb7f

Please sign in to comment.