How To bypass SSO Login in Self Service ?

JoergR
New Contributor II

Hi, I'm looking for a way to bypass the SSO login so that supporters can log into Self Service to use policies assigned to them.

Currently, the user is automatically logged in when the login button is pressed in Self Service, which is also desired, but logging in again, e.g. to log in a supporter in Self Service, is not possible, because the logon is immediately made to the user again.

My only approach so far is a script in the JC Menubar with kdestroy and then open the Self Service.
This would also be a good method if I could get a new Kerberos ticket after ~30 seconds (after the supporter could log in).

However, if I put such a long running script in the JC Menubar, it completely blocks the execution of the JC Menubar for that period, which I want to avoid.

Example from my tests:

( kdestroy && open jamfselfservice:// ) && ( sleep 30 && open jamfconnect://gettickets )


as I said ... it works, but it's not pretty and I hope someone already has a better method for this.

Thanks for reading already ;)

0 REPLIES 0