From 49179c0610713e76141703c1becc132d5795e92a Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 28 Jan 2025 12:43:53 +0100 Subject: [PATCH] Shib config --- roles/myconext/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/myconext/tasks/main.yml b/roles/myconext/tasks/main.yml index e3dd5f4fd..dd0211b69 100644 --- a/roles/myconext/tasks/main.yml +++ b/roles/myconext/tasks/main.yml @@ -241,7 +241,7 @@ type: bind env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img_for_idp }}" - HTTPD_SERVERNAME: "login.{{ myconext_base_domain }}" + HTTPD_SERVERNAME: "servicedesk.{{ myconext_base_domain }}" OPENCONEXT_INSTANCENAME: "{{ instance_name }}" OPENCONEXT_ENGINE_LOGOUT_URL: "https://engine.{{ base_domain }}/logout" OPENCONEXT_HELP_EMAIL: "{{ support_email }}"