Activated redis for oauth2 for large cookies

This commit is contained in:
2025-07-22 22:00:11 +02:00
parent 5e315f9603
commit c8be88e3b1
15 changed files with 12 additions and 17 deletions

View File

@@ -21,4 +21,7 @@ allowed_groups = {{ applications | get_app_conf(oauth2_proxy_applicat
email_domains = ["*"]
{% else %}
email_domains = "{{ primary_domain }}"
{% endif %}
{% endif %}
session_store_type = "redis"
redis_connection_url = "redis://redis:6379"