<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009rbVWpCAMOkta Identity EngineOkta Device AccessAnswered2025-10-28T09:01:10.000Z2023-11-23T13:58:01.000Z2023-11-24T16:26:07.000Z

dtxt3 (dtxt3) asked a question.

MFA Policy for macOS

Hello!

 

We want to test this feature but we have problems with the configuration policy that we need to deploy.

 

We use Microsoft Intune for the deployment, can we use the example (with our info) and upload a plist file?

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>DMFAClientID</key>

<string>add-your-client-ID-here</string>

<key>DMFAClientSecret</key>

<string>add-your-client-secret-here</string>

<key>DMFAOrgURL</key>

<string>https://add-your-org-URL-with-prefix-here</string>

<key>LoginPeriodWithOfflineFactor</key>

<real>24</real>

<key>LoginPeriodWithoutEnrolledFactor</key>

<real>48</real>

<key>AdminEmail</key>

<string>admin@yourorg.com</string>

<key>AdminPhone</key>

<string>111-222-3333</string>

<key>MFARequiredList</key>

<array>

<string>*</string>

</array>

</dict>

</plist>

 

Or because we are using Intune we need to change the format? and how it would be?

 

Do we need to add something else?

 

Thank you


This question is closed.
Loading
MFA Policy for macOS