External Login Authentication

External Login Authentication

by Abdul Rahim Bhatti -
Number of replies: 2

Following are the configured settings  for moodle 3.4

  • Setup Moodle 3.4 on Windows Server 2012R2.
  • Configure PHP 7.0 version "PHP VC14 x64 Non Thread Safe (2017-Nov-22 23:50:28)".
  • Using Visual C++ Redistribution 64-bits (to run php 7.0).
  • Install MSSQL Driver (SQLSRV40) for PHP 7.0 from Microsoft site and add required extension name in PHP.ini
  • Add required handlers into IIS to run the site.
  • Using Database MSSQL Express for Moodle (main database)
  • For user login using "External Login" Plugin and use already setup table to validate authentication (username and passwords) from that table.

Problem:

Moodle 3.4 stable version is configured successfully, External Login Plugin's Test Authentication page is also giving success message with query and driver details, But when we are trying to login with external login its continuously loading and returning  errorcode=3.

We had already setup moodle version 2.9 with same external login using same database and authentication table all is working fine, now we want to upgrade moodle to latest version 3.4. going forward after 2.9  we have tried all moodle versions (3.0, 3.0.10, 3.1, 3.2, 3.3, and 3.4) all have same login issue with external logins.

Followed all upgrade steps by moodle docs and also configure new stand alone moodle site on 3.4 version but having same issue.

Can any one please help to get this fixed ?


Average of ratings: -