Integration with Oracle CRM

Integration with Oracle CRM

by Deleted user -
Number of replies: 2

Dear All,

I am running Moodle 2.4.3 on an Apache server and I would like to integrate it with Oracle CRM on demand using Web Services. My understanding (please correct me if I am wrong) is that the web services provided by Moodle are about an external program contacting Moodle and asking for information from its database.

In my case I want to do the opposite; query the Oracle database to validate the login credentials of the user and then redirect them to the home page of Moodle.

Could you please point me to the right direction on what do I need to look at for the task?

Regards,

George

Average of ratings: -
In reply to Deleted user

Re: Integration with Oracle CRM

by Martín Langhoff -
Hi George --

give that you want to query the Oracle DB, you want to look at the authentication plugins available. Very likely that the "database" authentication plugin will do what you want. hth ~ m
In reply to Martín Langhoff

Re: Integration with Oracle CRM

by Deleted user -

Hi Martin,

The problem is that I do not have direct access to the database; I can only query it through web services which is why I am asking the question.

Regards,

George