Block macOS SignIn to App Store

_aDiedericks
Contributor

Hi there,

We use the "Restrict the App Store" option in Jamf Pro Profile Config but this seems to not do anything to stop a user from signing in with their own Apple ID into the App Store on their MacBook. Does anyone know how to block signins to App Store?

Screenshot 2024-07-18 at 16.35.10 1.pngScreenshot 2024-07-18 at 16.35.23.png

1 ACCEPTED SOLUTION

jamf-42
Valued Contributor II

add App Store to restricted software

View solution in original post

3 REPLIES 3

jamf-42
Valued Contributor II

add App Store to restricted software

AJPinto
Honored Contributor III

This is the way, along with all applications that prompt for AppleID sign-ins like Mail and Messages. Apple is woefully inept at managing appleIDs, you either leave it alone or totally block it entirely. 

A_Collins
Contributor

I am using configuration profile with Application & Custom settings payload. 

Domain: com.apple.appstore

<?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>restrict-store-softwareupdate-only</key>
        <true/>
        <key>restrict-store-disable-app-adoption</key>
        <true/>
        <key>DisableSoftwareUpdateNotifications</key>
        <false/>
</dict>
</plist>