Advertisement:

Author Topic: OSClass Single Sign On  (Read 825 times)

stuartl92

  • Newbie
  • *
  • Posts: 4
OSClass Single Sign On
« on: September 03, 2016, 12:05:07 am »
Hi Everyone,

I've done some searches but can't find any information regarding a custom single sign-on implementation. My base site (https://www.localtolocal.ca) uses a custom php based login system. Is it possible to integrate this with OSClass so that users can have a seamless transition to the classifieds section without having to have two different accounts.

Any information is greatly appreciated.

Thanks,
Stuart

stuartl92

  • Newbie
  • *
  • Posts: 4
Re: OSClass Single Sign On
« Reply #1 on: September 03, 2016, 08:31:40 pm »
I came across this thread here which discusses the basics of how modify the existing login system. I'll come back with what I had to do to make it work.
http://forums.osclass.org/general-help/login-integration-with-my-site/

stuartl92

  • Newbie
  • *
  • Posts: 4
Re: OSClass Single Sign On
« Reply #2 on: September 10, 2016, 10:34:50 pm »
No luck with this approach. I'm trying to trace the code to find where I can override the standard login checks. /oc-includes/osclass/helpers/hUsers.php seems promising but isn't quite the right place.

Any suggestions?