adds example for oauth proxy config

This commit is contained in:
2025-08-05 10:03:59 +02:00
parent 9c60e3a354
commit e3474178af
2 changed files with 2 additions and 1 deletions

View File

@@ -1,12 +0,0 @@
provider = "entra-id"
oidc_issuer_url = ""
client_id = ""
client_secret = ""
cookie_secret = ""
upstreams = [ "http://stirling-pdf:8080" ]
http_address = "0.0.0.0:4180"
redirect_url = "https://pdf.consider-it.de/oauth2/callback"
cookie_secure = true
email_domains = [ "*" ]
scope = "openid"
skip_provider_button = true