13 lines
615 B
XML
13 lines
615 B
XML
<AuthState name="${state.entry}" class="ch.nevis.esauth.auth.states.scripting.ScriptState" final="false" resumeState="true">
|
|
<ResultCond name="sendAuthnRequest" next="${state.exit.1}"/>
|
|
<ResultCond name="processResponse" next="${state.exit.2}"/>
|
|
<ResultCond name="inavlidurl" next="${state.failed}"/>
|
|
<Response value="AUTH_ERROR">
|
|
</Response>
|
|
<property name="scriptTraceGroup" value="AGOVOP-IDENT"/>
|
|
<property name="script" value="file:///var/opt/nevisauth/default/conf/IdentProcessAndDispatch.groovy"/>
|
|
<property name="parameter.rpcode.list" value='${var.rpcode.list}' />
|
|
|
|
</AuthState>
|
|
|