jelix / saml-module
module for Jelix, allowing to authenticate against an SAML server.
Installs: 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 3
Open Issues: 4
Type:jelix-module
Requires
- php: >=7.4
- onelogin/php-saml: ^4.0.1
- phpseclib/phpseclib: ~3.0.17
This package is auto-updated.
Last update: 2024-11-21 09:06:27 UTC
README
The "saml" module is a module for Jelix, providing authentication for jAuth against SAML servers.
A "samladmin" module is also provided to configure the "saml" module.
Installation
These modules are for Jelix 1.6.21 and higher. They are compatible with jauth, jauthdb, jauthdb_admin and jcommunity modules.
The saml module uses the onelogin/php-saml library which is installed automatically when using Composer.
To install the SAML modules into Lizmap, read the file README_lizmap.md.
To install the SAML modules into any other application based on Jelix, read the file INSTALL.md.
Authentication
The "saml" module adds a new button on the login form:
You can change the label of the button into the account configuration panel.
Clicking on the button redirect the user to your identity server. The user will then have to authenticate himself if he's not already authenticated, and then he will be redirected back to the application.
Configuration
See the configuration page to discover the samladmin module or to know to configure the saml module without samladmin.