Skip to content

Instantly share code, notes, and snippets.

@rogerscuall
Created March 9, 2020 14:54
Show Gist options
  • Save rogerscuall/bc1c44e5ff3033399d1af7eeed70e630 to your computer and use it in GitHub Desktop.
Save rogerscuall/bc1c44e5ff3033399d1af7eeed70e630 to your computer and use it in GitHub Desktop.
config:
vouch:
domains:
- mydomain.com.org
allowAllUsers: true
# whiteList: []
# jwt:
# secret: super-secret-stuff
# webapp: false
testing: true
oauth:
provider: oidc
client_id: CLIENT_ID
user_pool_id: USER_POOL_ID
client_secret: CLIENT_SECRET
token_url: https://vlm-test1.auth.us-east-1.amazoncognito.com/oauth2/token
user_info_url: https://vlm-test1.auth.us-east-1.amazoncognito.com/oauth2/userInfo
issuer_url: https://cognito-idp.us-east-1.amazonaws.com/USER_POOL_ID
auth_url: https://vlm-test1.auth.us-east-1.amazoncognito.com/oauth2/authorize
callback_urls:
- https://vouch.mydomain.com.org/auth
scopes:
- openid
- email
- profile
headers:
claims:
- groups
- given_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment