Skip to content

Instantly share code, notes, and snippets.

@rkamradt
Last active November 18, 2020 20:58
Show Gist options
  • Save rkamradt/3b073be1a63ae78a2456875507286f22 to your computer and use it in GitHub Desktop.
Save rkamradt/3b073be1a63ae78a2456875507286f22 to your computer and use it in GitHub Desktop.
Vouch proxy config for use with Okta
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
- email
# 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