Hello Community,
We have a cold fusion application that uses Oracle DB. This is our primary organization CMS. Recently we have installed Moodle as our LMS and course system for our employee and other clients.
We have used External database authentication for our application that point to the oracle table with the username and password.
We wish to have a SSO for these two application. So if a user logs into our main CF website, they are automatically logged into moodle. We have session_id etc generated in our CF application and currently looking to accomplish our SSO.
Can someone shed some light on the workflow on how to achieve this, as we know for existing user we can pass a session_id and then using custom plugin will grab the username and password and login the user using CURL maybe but we are not sure.
Can anyone help on this?
Thanks,
J