Posted on 06-03-2022 06:14 AM
We have an internal Jamf-backed "FooCo App Store" on our Macs. In our documentation, we refer to the FooCo App Store and would like to launch the app via a hyperlink.
I do see a registered protocol for "jamfconnect://". Can this be used to launch the store? If so, what are the parameters we can send via the jamfconnect protocol?
{
LSHandlerPreferredVersions = {
LSHandlerRoleAll = "-";
};
LSHandlerRoleAll = "com.jamf.connect";
LSHandlerURLScheme = jamfconnect;
},
If this isn't possible, where can I submit a suggestion for this feature?
Posted on 06-03-2022 09:13 AM
When you say "Jamf-backed FooCo App Store", do you mean Serf Service from Jamf Pro? If so, Jamf Connect Automatically detects Self Service.app and will open it if an end user chooses Get Software from the Jamf Connect menu.
If you've renamed the app as part of your branding, you'll need to edit your Jamf Connect menu bar app's profile to include the path to the SoftwarePath key and the path to your differently named Self Service app.
If you used the Jamf Connect Configuration app to create your profile or plist, you'll find this under the Connect tab > User Help area.
Posted on 06-06-2022 09:08 AM
Yep, I meant "Self Service". The response from @talkingmoose wasn't quite what I was after. Probably because my question wasn't very clear.
Basically, in our online (web) documentation, I'd like to make references to "Self Service" links, that when clicked would launch the Self Service app (without the need for an end-user to manually launch the app).
I'm hoping the app protocol "jamfconnect://" might have parameters that would allow this.
06-06-2022 10:02 AM - edited 06-06-2022 11:01 AM
You mean this "selfservice://"
https://docs.jamf.com/10.38.0/jamf-pro/documentation/Jamf_Self_Service_for_macOS_URL_Schemes.html