moodle-auth_saml2

(★ 86)

SAML done 100% in Moodle, fast, simple, secure

File Explorer

Showing a partial file list — download the zip above to see everything.

  • auth.php
  • autologin.php
  • availableidps.php
  • cert.php
  • certificatelock.php
  • composer.json
  • composer.lock
  • debug.php
  • docker-compose.yaml
  • Dockerfile
  • environment.xml
  • ISSUE_TEMPLATE.md
  • lib.php
  • locallib.php
  • login.php
  • logout.php
  • README.md
  • regenerate.php
  • selectidp.php
  • settings.php
  • setup.php
  • setuplib.php
  • styles.css
  • test.php
  • TESTING.md
  • thirdpartylibs.xml
  • UPGRADING.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

https

View Details ▼

This command is an alias of `http`.

tldr http

View documentation for the original command:

🔍

keytool

View Details ▼

A certificate management utility included with Java.

keytool -genkeypair -v -keystore {{path/to/file.keystore}} -alias {{key_name}}

Create a keystore:

keytool -storepasswd -keystore {{path/to/file.keystore}}

Change a keystore password:

keytool -keypasswd -alias {{key_name}} -keystore {{path/to/file.keystore}}

Change a key's password inside a specific keystore:

# Project Badges

  • Churchill quote Churchill quote
// repository documentation