jelix/saml-module

module for Jelix, allowing to authenticate against an SAML server.

Installs: 161

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 4

Type:jelix-module

v2.2.5 2023-12-07 13:18 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:

screenshot_login.png

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.