Posted on 04-21-2016 04:56 AM
I am trying to bypass the login page and login with SSO but i face some severe difficulties at this part , does anyone implement this ? Or generally it can be done or not ?
Thanks in Advance !
Posted on 04-21-2016 04:58 AM
@dgkanavias which all are you taking about?
Posted on 04-21-2016 05:27 AM
Well , i implement the SSO part at the server , so when the user type the jss url , the server demands a SSO login , but after that there is the actual jss login . the one i want to bypass by using the given credentials from the SSO login . Is that possible or ever done by anyone ?
Posted on 04-21-2016 06:52 AM
SSO is not currently implemented by Casper.
Posted on 04-21-2016 07:05 AM
So the only solution is to change the actual code of the login page and general the server settings in order to implement the SSO ?
Posted on 04-21-2016 07:08 AM
SAML support would be a blessing. Especially for user enrollment and staff login.
Posted on 04-21-2016 07:14 AM
I try to implement this by changing the login.jsp page and generally the server settings but i face severe difficulties , this is why i ask if someone managed to do this at the past or tries to do ?
Posted on 04-21-2016 09:48 AM
@dgkanavias This will probably require much more than editing the jsp files. It would require modifying the source code and compiling the JSS to a new war file with maven. You'd be at risk of JSS updates blowing away these changes too.
Posted on 04-21-2016 04:17 PM
I found this Feature Request: https://jamfnation.jamfsoftware.com/featureRequest.html?id=2966
It seems as if it is planned for a release this summer.
Posted on 04-27-2016 09:20 AM
Yeah , i read this . But i would like to find out if somebody knows which class exactly is responsible for storing the user info ?
Moreover , it is possible to add a .class file to the existing directories without creating a new war file ?
Posted on 02-19-2019 10:19 PM
When SSO is enabled as I understand will be your primary auth method i.e.
We use Azure here, so when entering your server name in browser, it auto directs to auth server then gives access.
If needing to bypass SSO auth type /?failover at end of server url