open jamfselfservice://content?.. | specific url not working anymore?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-09-2022 10:21 PM
hello :),
has anyone an idea why the command was not forwarded to the specific Self Service application to which I added below? Actually, I’ll be forwarded to the Self-Service home screen but not this specific URL.
has anyone an idea why the command was not forwarded to the specific Self Service application to which I added below? Actually, I’ll be forwarded to the Self-Service home screen but not this specific URL.
launchctl asuser $uid sudo -iu $loggedInUser open jamfselfservice://content?entity=policy&id=10&action=view
or
open jamfselfservice://content?entity=policy&id=10&action=view
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-10-2022 06:50 AM
Hello @Flaurian Try surrounding the link with quotes:
open "jamfselfservice://content?entity=policy&id=10&action=view"
I believe in zsh the & causes an issue.
Reply

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-10-2022 11:18 PM
Hey @gabe2385
thanks for the answer I tried it a few times. Unfortunately, I got the message in Self-Service that "This item is no longer available" :D Of course, it has the right scope and the app is available on both test devices. In our settings "Enable Self-Service User Login" is disabled.
