Created
March 9, 2020 14:54
-
-
Save rogerscuall/bc1c44e5ff3033399d1af7eeed70e630 to your computer and use it in GitHub Desktop.
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
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 | |
- profile | |
headers: | |
claims: | |
- groups | |
- given_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment