Skip to content

Instantly share code, notes, and snippets.

@rogerscuall
Created March 8, 2020 00:54
Show Gist options
  • Save rogerscuall/250bad0409284db6157deaf24f1ec607 to your computer and use it in GitHub Desktop.
Save rogerscuall/250bad0409284db6157deaf24f1ec607 to your computer and use it in GitHub Desktop.
config:
vouch:
domains:
- mydomain.com
# allowAllUsers: true
# whiteList: []
# jwt:
# secret: super-secret-stuff
# webapp: false
testing: true
oauth:
provider: oidc
# https://console.developers.google.com/apis/credentials
client_id: ID
client_secret: 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/token
issuer_url: https://cognito-idp.us-east-1.amazonaws.com/us-east-1_QvWQqo9q7
auth_url: https://vlm-test1.auth.us-east-1.amazoncognito.com/oauth2/authorize
callback_urls:
- https://vouch.mydomain.com/auth
scopes:
- openid
- email
- profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment