Jump to content

Recommended Posts

Posted

Hi,

 

We have recently set up the Parent Portal for iSAMS and have issued all our parents with login details.

 

We are now looking at setting up a CMS system for parents to use to upload photos of students at sporting events.

 

We want the CMS site to be locked down to parents and staff only.

 

Does anyone know of any way to use the authentication process from iSAMS with a third party CMS, like Joomla.

 

Cheers,

 

Barry.

Posted

Hi Barry,

Might be worth asking iSAMS if there is any authentication functionality available via their much rumored api. That would be the safest way.

 

Last time I looked at doing an authentication integration with iSAMS they were using unsalted SHA256 or SHA512 (can't remember which) password hashing for parent portal accounts. If they can be relied upon not to change that it seems like it would probably be quite simple to write a Joomla authentication plugin to take the inputted username and password, hash the password, test it against the iSAMS database and return a result.

 

Hope that helps.

 

Jona

Posted (edited)

Cheers Jona.

 

I have had some feedback from iSAMS....

 

OK, who is up for a challenge? :D

 

The only way to do it is to check for an active iSAMS session by checking the iSAMS cookie and then checking the User ID in the iSAMS User table with an SQL query. :eek:

 

iSAMS have provided me with a document outlining the cookie lookup process.

 

 

This is not a process I can see as a possible route with Joomla. :sad:

 

 

If there is anyone out there who has done this, I would like to know how.

 

 

Cheers,

 

 

Barry.

Edited by BarryBKS

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...