https://github.com/simplesamlphp/simplesamlphp-module-authx509
Authentication module for X509 client certificates
https://github.com/simplesamlphp/simplesamlphp-module-authx509
Last synced: 9 months ago
JSON representation
Authentication module for X509 client certificates
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-authx509
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-03-11T13:11:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T19:50:24.000Z (9 months ago)
- Last Synced: 2025-04-14T20:39:01.527Z (9 months ago)
- Language: PHP
- Size: 187 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplesamlphp-module-authx509

[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-authX509/?branch=master)
[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-authX509)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-authX509)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-authX509)
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:
```bash
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](https://github.com/simplesamlphp/simplesamlphp-module-authx509/releases)
available if you want to use a stable version of the module.
## Documentation
See [docs/authX509.md](https://github.com/simplesamlphp/simplesamlphp-module-authx509/blob/master/docs/authX509.md)