Skip to main content
Question

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

  • November 10, 2022
  • 2 replies
  • 10 views

Forum|alt.badge.img+10
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. 
 

 

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

gabe2385
Forum|alt.badge.img+10
  • Valued Contributor
  • 59 replies
  • November 10, 2022

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.


Forum|alt.badge.img+10
  • Author
  • Valued Contributor
  • 52 replies
  • November 11, 2022

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.


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.