1

We are developing a Java based web application which needs to be integrated with Moodle. Moodle is using Active Directory to authenticate the users. For some roles in Moodle (e.g Administrators or Course Creator) there is going to be a redirect link available to Java Web App. Link will be available on the Moodle Dashboard. Is there a way by which we can authenticate users to the web application using Moodle Session? The Web application expects First Name, Last Name, email and Moodle Role to authenticate a user.

Thanks!

1 Answers1

0

SAML is a standard for single sign on like this, so I would recommend using the Moodle authentication plugin auth_saml to provide a SAML IDP and make your java application authenticate using SAML.

Dan Poltawski
  • 575
  • 4
  • 12