mirror of https://github.com/vouch/vouch-proxy
32 lines
561 B
YAML
32 lines
561 B
YAML
vouch:
|
|
testing: true
|
|
logLevel: debug
|
|
listen: 0.0.0.0
|
|
port: 9090
|
|
|
|
allowAllUsers: true
|
|
|
|
headers:
|
|
claims:
|
|
- groups
|
|
- boolean_claim
|
|
- family_name
|
|
- http://www.example.com/favorite_color
|
|
accesstoken: X-Vouch-IdP-AccessToken
|
|
idtoken: X-Vouch-IdP-IdToken
|
|
|
|
cookie:
|
|
name: vouchTestingCookie
|
|
|
|
session:
|
|
name: VouchTestingSession
|
|
|
|
jwt:
|
|
secret: testing
|
|
|
|
oauth:
|
|
provider: indieauth
|
|
client_id: http://vouch.github.io
|
|
auth_url: https://indielogin.com/auth
|
|
callback_url: http://vouch.github.io:9090/auth
|