1.8 (fix admin-language-cookie-domain: removed hard-coded dot)
This commit is contained in:
parent
f39dc39c4b
commit
4677e55276
Binary file not shown.
|
@ -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"/>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue