mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-27 23:08:10 +02:00
15 lines
432 B
INI
15 lines
432 B
INI
http_address="0.0.0.0:4180"
|
|
cookie_secret="OQINaROshtE9TcZkNAm-5Zs2Pv3xaWytBmc5W7sPX7w="
|
|
provider="oidc"
|
|
email_domains="example.com"
|
|
oidc_issuer_url="http://dex.localhost:4190/dex"
|
|
client_secret="b2F1dGgyLXByb3h5LWNsaWVudC1zZWNyZXQK"
|
|
client_id="oauth2-proxy"
|
|
cookie_secure="false"
|
|
|
|
redirect_url="http://localhost:4180/oauth2/callback"
|
|
upstreams="http://httpbin"
|
|
|
|
session_store_type="redis"
|
|
redis_connection_url="redis://redis:6379"
|