Skip to content

User login page and token generation back-end for Moodle SSO token authentication.

License

Notifications You must be signed in to change notification settings

obrientimothya/moodle-sso-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOODLE SSO LOGIN PAGE

Provides a front-end login page allowing users to authenticate, and a back-end for LDAP verification
Once authenticated, a secure token is generated by the MoodleSSO class; using a shared secret known by the Moodle instance.
If token generation succeeds, the token is passed to Moodle. Moodle can then validates the token, and sign the user in.

-- Requirements --
A web server running a recent version of PHP.

-- Installation --
1. Copy the entire project to a web-accessible location.
2. Copy or rename the /config/config.example.php to /config/config.php
3. Edit /config/config.php to match your environment.

-- Customization --
The look and feel can be modified to suit your branding.
The Bootstrap CSS framework (http://getbootstrap.com) and jQuery Javascript framework (http://jquery.com) are included by default.
As a general rule, it is recommended to begin your customizations by editing the following files:
1. Custom styles can be added to /css/app.css
2. Custom HTML can be added to /index.php
3. Custom Javascript can be added to /js/app.js


Enjoy :-)

About

User login page and token generation back-end for Moodle SSO token authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages