Login Window User Help Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domain —com.jamf.connect.login
  • Description —

    Used to allow users to access resources with a help button, join a Wi-Fi network in the login window, and use the power control buttons.

Setting

Description

Allow Network Selection

AllowNetworkSelection

When set to true, users can configure and confirm their network connection preferences from the login window. To join an available network, users click the Wi-Fi icon in the top-right of the login window.

Note:

To ensure the security of computers, macOS prohibits some network connections from using the Captive Network Assistant application. This application is unavailable at the login window, and users cannot connect to captive portal networks on macOS until they log in.

<key>AllowNetworkSelection</key>
<false/>

Help URL

HelpURL

Specifies a URL to display at the login window that directs a user to a resource for onboarding or enrollment help.

<key>HelpURL</key>
<string>yourcompany.help.com</string>

Backup Help File

LocalHelpFile

Specifies a path to a local file, such as a network troubleshooting or onboarding guide, that users can access by clicking the Help icon in the Jamf Connect login window.

This file is only displayed if the computer cannot connect to the internet or access the URL specified with the HelpURL setting.

Note:

Supported file types include PDF and HTML.

<key>LocalHelpFile</key>
<string>/usr/local/shared/JamfConnectHelp.pdf</string>

Hide Shut Down Button

OIDCHideShutdown

Hides the Shut down button from users at the login window.

<key>OIDCHideShutdown</key>
<false/>

Hide Restart Button

OIDCHideRestart

Hides the Restart button from users at the login window.

<key>OIDCHideRestart</key>
<false/>