1.8 (fix admin-language-cookie-domain: removed hard-coded dot)

This commit is contained in:
haburger 2024-12-03 06:44:39 +00:00
parent f39dc39c4b
commit 4677e55276
9 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</Response>
<property name="scriptTraceGroup" value="AGOVOP-ACCT"/>
<property name="script" value="file:///var/opt/nevisauth/default/conf/OpOnbrdng-PreProcessing.groovy"/>
<property name="parameter.cookie.domain" value=".${var.admin-language-cookie-domain}"/>
<property name="parameter.cookie.domain" value="${var.admin-language-cookie-domain}"/>
</AuthState>
<AuthState name="${state.entry}_VerifyURLTicket" class="ch.nevis.idm.authstate.IdmURLTicketVerifyState" final="false" resumeState="false">
<ResultCond name="ok" next="${state.entry}_IdmPostProcessing" authLevel="auth.weak"/>