Hi
Is it possible to encrypt a user’s username and password and send them through in the URL?
This would be to facilitate a kind of Single Sign On between an EE site and bespoke system.
Thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 01, 2012 10:20am
Subscribe [1]#1 / Aug 01, 2012 10:20am
Hi
Is it possible to encrypt a user’s username and password and send them through in the URL?
This would be to facilitate a kind of Single Sign On between an EE site and bespoke system.
Thanks
#2 / Aug 01, 2012 2:20pm
Hi, Bluebloc,
The password in EE is already encrypted. Sending that information through the URL is something you would need to custom develop.
Instead, to integrate single sign on, you might consider a custom add-on using our Development API and the session class.
Does that help?