15 lines
		
	
	
		
			660 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			660 B
		
	
	
	
		
			INI
		
	
	
	
| http_address="0.0.0.0:4180"
 | |
| cookie_secret="OQINaROshtE9TcZkNAm-5Zs2Pv3xaWytBmc5W7sPX7w="
 | |
| provider="oidc"
 | |
| email_domains="example.com"
 | |
| oidc_issuer_url="http://dex.localtest.me:5556/dex"
 | |
| client_secret="b2F1dGgyLXByb3h5LWNsaWVudC1zZWNyZXQK"
 | |
| client_id="oauth2-proxy"
 | |
| cookie_secure="false"
 | |
| 
 | |
| redirect_url="http://oauth2-proxy.oauth2-proxy.localhost/oauth2/callback"
 | |
| cookie_domains=".oauth2-proxy.localhost" # Required so cookie can be read on all subdomains.
 | |
| whitelist_domains=".oauth2-proxy.localhost" # Required to allow redirection back to original requested target.
 | |
| # Enables the use of `X-Forwarded-*` headers to determine request correctly
 | |
| reverse_proxy="true"
 |