Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
This cool solution explains the steps to install and configure SecureLogin Tap to Switch User feature using Advanced Authentication.
Sample Actions.xml
<?xml version="1.0"?>
<!DOCTYPE application-runner-script SYSTEM "ARS_1.0.dtd">
<!-- KP Base Windows Action for Active Directory Mode Version: 1.02 -->
<!-- Inactivity Counter is supposed to be working -->
<application-runner-script>
<action name="startup">
<test-app-running application="sltray.exe">
<if-true>
<AD-logout gina="false" />
<!-- delay for NSL to successfully shutdown -->
<pause interval="750" />
<hide-desktop/>
<pause interval="750" />
<!-- <kill-all-apps exclude-apps="slproto.exe:slwinsso.exe:slbroker.exe:explorer.exe:notepad.exe" /> -->
<pause interval="750" />
<run-application application="sltray.exe" parameters="" on-exit-action="" serial="true" interval="500"/>
</if-true>
<if-false>
<hide-desktop />
<pause interval="750" />
<run-application application="sltray.exe" parameters="" on-exit-action="" serial="true" interval="500"/>
</if-false>
</test-app-running>
</action>
<action name="showdesktop">
<unhide-desktop/>
</action>
<action name="SCLogoff">
<AD-logout gina="false" />
<!-- delay for NSL to successfully shutdown -->
<pause interval="750" />
<hide-desktop/>
<pause interval="750" />
<!-- <kill-all-apps exclude-apps="slproto.exe:slwinsso.exe:slbroker.exe:explorer.exe:notepad.exe" /> -->
<pause interval="750" />
<run-application application="sltray.exe" parameters="" on-exit-action="" serial="true" interval="500"/>
</action>
<action name="insert">
<test-app-running application="sltray.exe">
<if-true></if-true>
<if-false>
<run-application application="sltray.exe" parameters="" on-exit-action="" serial="true" interval="500"/>
</if-false>
</test-app-running>
</action>
<action-triggers>
<on-Tap-cardmon action-name="SCLogoff" card-tapon="insert" LoginAction= "showdesktop" TapCardSwitchUser="true"/>
</action-triggers>
</application-runner-script>
TapCardSwitchUser: This attribute is used to restrict the card tap to switch users in the kiosk mode. If this attribute value is set to true, then single card tap is required to switch the user in kiosk mode. If this attribute value is set to false, then double card tap is required to switch the user in kiosk mode.
Administering Desktop Automation Service
https://www.netiq.com/documentation/securelogin-88/administration_guide/data/bheri73.html
SecureLogin support for Advanced Authentication
https://www.netiq.com/documentation/securelogin-88/administration_guide/data/bz5mpi4.html
Advanced Authentication Server, Client and Device Services installation and configuration
https://www.netiq.com/documentation/advanced-authentication/index.html