Add oauth2_proxy role
This commit is contained in:
11
roles/oauth2_proxy/templates/oauth2-proxy.cfg.j2
Normal file
11
roles/oauth2_proxy/templates/oauth2-proxy.cfg.j2
Normal 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 = "*"
|
||||
Reference in New Issue
Block a user