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

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
.env
CLAUDE.md
oauth2-proxy.cfg

View File

@@ -1,5 +1,5 @@
provider = "entra-id"
oidc_issuer_url = ""
oidc_issuer_url = "https://login.microsoftonline.com/xxx-x-x-x-xxxx/v2.0"
client_id = ""
client_secret = ""
cookie_secret = ""