Add oauth2_proxy role

This commit is contained in:
uumas
2025-07-13 19:08:10 +03:00
parent 4e4f824958
commit 543a34f60d
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# OAuth2 Proxy Configuration
http_address = "0.0.0.0:4180"
# OIDC Provider Configuration
provider = "oidc"
oidc_issuer_url = "{{ oauth2_proxy_oidc_issuer_url }}"
client_id = "{{ oauth2_proxy_client_id }}"
code_challenge_method = "S256"
skip_provider_button = "true"
email_domains = "*"