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

@@ -0,0 +1,12 @@
provider = "entra-id"
oidc_issuer_url = "https://login.microsoftonline.com/xxx-x-x-x-xxxx/v2.0"
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