simplesamlphp/simplesamlphp-module-authx509

A module that is able to authenticate users based on X509 client certificates

Installs: 5 044 863

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 7

Forks: 2

Type:simplesamlphp-module

v1.1.0 2022-05-30 21:03 UTC

README

Build Status Scrutinizer Code Quality Coverage Status Type Coverage Psalm Level

Provides an authentication source for SimpleSAMLphp for users to authenticate by presenting their X.509 client certificate.

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:

composer.phar require simplesamlphp/simplesamlphp-module-authx509:dev-master

where dev-master instructs Composer to install the master (development) branch from the Git repository. See the releases available if you want to use a stable version of the module.

Documentation

See docs/authX509.md