Last active
November 18, 2020 20:58
-
-
Save rkamradt/3b073be1a63ae78a2456875507286f22 to your computer and use it in GitHub Desktop.
Vouch proxy config for use with Okta
This file contains hidden or 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
vouch: | |
logLevel: debug | |
domains: | |
- vouch | |
- kamradtfamily.net | |
cookie: | |
domain: kamradtfamily.net | |
jwt: | |
secret: **Some abitrary secret that must match on all instances** | |
oauth: | |
provider: oidc | |
client_id: **Is this a secret?** | |
client_secret: **This is a secret** | |
auth_url: https://dev-804011.okta.com/oauth2/default/v1/authorize | |
token_url: https://dev-804011.okta.com/oauth2/default/v1/token | |
user_info_url: https://dev-804011.okta.com/oauth2/default/v1/userinfo | |
scopes: | |
- openid | |
- profile | |
# Set the callback URL to the domain that Vouch is running on | |
callback_url: https://vouch.kamradtfamily.net/auth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment