Okta Multifactor Authentication Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domain

    com.jamf.connect.login

  • Description

    (Okta Only) Used to customize MFA options and text.

Setting

Description

One-time Password Message

MessageOTPEntry

(Okta only) Specifies text displayed when a user must enter a one time password (OTP) as a multi-factor authentication (MFA) method.

<key>MessageOTPEntry</key>
<string>Enter your verification code.</string>

MFA Option Names

MFARename

(Okta only) Specifies custom names for each MFA option used with Okta authentication in your organization. For more information, about the types of MFA options you can configure with Jamf Connect and Okta, see Multifactor Authentication.
<key>MFARename</key>

   <dict>
	<key>push</key>
	
<string>Okta Verify app: PushNotification</string>
	
<key>question</key>
	<string>Okta Security Questions</string>
	<key>web</key>
	<string>Duo Mobile app</string>
	<key>sms</key>
	<string>Okta SMS: Verification Code</string>
	<key>google:token:software:totp</key>

	<string>Google Authenticator app: Verification Code</string>
	<key>okta:token:software:totp</key>
	<string>Okta Verify app: Verification Code</string>
	<key>token:hardware</key>

	<string>USB Security Key</string>
   </dict>

Hidden MFA Options

MFAExcluded

(Okta only) Specifies a list of MFA options that you do not want to display to users.
<key>MFAExcluded</key>
   <array>
	<string>push</string>
	<string>question</string>
	<string>okta:token:software:totp</string>
	<string>google:token:software:totp</string>	
	<string>token:hardware</string>
	<string>webauthn</string>
	<string>web</string>
   </array>