adds oauth2-proxy to sterling-pdf

This commit is contained in:
2025-07-03 11:32:19 +02:00
parent 6bcc8ebe4c
commit 48efff09b8
6 changed files with 43 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
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