Self Service+ Script Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domaincom.jamf.connect
  • DictionaryScripting
  • Description

    Used to run custom scripts that are triggered by Self Service+ authentication events

Setting

Description

Password Change Script

OnPasswordChange

Specifies the file path to a script or other binary to run after successful password change.

<key>OnPasswordChange</key>
<string>/usr/local/bin/PasswordChange.sh</string>

Successful Sign-in Script

OnAuthSuccess

Specifies the file path to a script or other binary to run after a successful Self Service+ authentication.

<key>OnAuthSuccess</key>
<string>/usr/local/bin/JamfConnectAuth.sh</string>

Failed Sign-in Script

OnAuthFailure

Specifies the file path to a script or other binary to run after an unsuccessful Self Service+ authentication attempt.

<key>OnAuthFailure</key>
<string>/usr/local/bin/JamfConnectAuthFailure.sh</string>

Network Change Script

OnNetworkChange

Specifies the file path to a script or other binary to execute after a network change is detected.

<key>OnNetworkChange</key>
<string>/usr/local/bin/JamfConnectAuthFailure.sh</string>