Skip to content

Instantly share code, notes, and snippets.

View arun-898's full-sized avatar

Arun Kumar arun-898

View GitHub Profile
@arun-898
arun-898 / Config.yml
Last active August 18, 2022 03:16
Configs Vouch Proxy version : v0.37.3
# Vouch Proxy configuration
# bare minimum to get Vouch Proxy running with Azure AD
# https://github.com/vouch/vouch-proxy/issues/290
vouch:
logLevel: debug
testing: true
listen: 0.0.0.0
port: 9090
allowAllUsers: true
@arun-898
arun-898 / Config.yml
Created August 16, 2022 14:36
Voch Config and nginx config
# Vouch Proxy configuration
# bare minimum to get Vouch Proxy running with Azure AD
# https://github.com/vouch/vouch-proxy/issues/290
vouch:
logLevel: debug
testing: true
listen: 0.0.0.0
port: 9090
allowAllUsers: true
Attaching to vouch-test_vouch_1
vouch_1 | {"level":"warn","ts":1660655494.3568573,"msg":"generating random session.key"}
vouch_1 | {"level":"info","ts":1660655494.359062,"msg":"configuring ADFS OAuth"}
vouch_1 | {"level":"info","ts":1660655494.3592598,"msg":"configuring adfs OAuth with Endpoint https://mydomainnebb2cuat.b2clogin.com/mydomainnebb2cuat.onmicrosoft.com/B2C-signup/oauth2/v2.0/authorize"}
vouch_1 | {"level":"info","ts":1660655494.359453,"msg":"Vouch.header.claims sub will be forwarded downstream in the Header X-Vouch-IdP-Claims-Sub"}
vouch_1 | {"level":"debug","ts":1660655494.3605022,"msg":"nginx will populate the variable $auth_resp_x_vouch_idp_claims_sub"}
vouch_1 | {"level":"info","ts":1660655494.360725,"msg":"Vouch.header.claims upn will be forwarded downstream in the Header X-Vouch-IdP-Claims-Upn"}
vouch_1 | {"level":"debug","ts":1660655494.360888,"msg":"nginx will populate the variable $auth_resp_x_vou