simplesamlphp / simplesamlphp-module-authx509
A module that is able to authenticate users based on X509 client certificates
Installs: 5 529 076
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 2
Type:simplesamlphp-module
Requires
- php: ^8.1
- ext-openssl: *
- simplesamlphp/assert: ^1.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.2
- simplesamlphp/simplesamlphp-module-ldap: ^2.2
- symfony/http-foundation: ^6.4
- symfony/ldap: ^6.4
- symfony/security-core: ^6.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-04 08:37:10 UTC
README
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