lekoala / silverstripe-eid
belgian eID integration for SilverStripe
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-module
Requires
- php: >=7.1
- silverstripe/framework: ^3.6
This package is auto-updated.
Last update: 2024-10-17 19:03:12 UTC
README
This module provide a belgian card reader authentication method.
The integration on the LoginForm expects that the method updateExternalAuth is called in order to add the button to the form.
Useful links:
- Based on : https://github.com/e-Contract/eid-idp-php-example
- Also read : http://www.uvcw.be/no_index/e-communes/dossier_eid/Belgian_eid_run-time_developers_kit%2025.pdf
- Available fields from identity provider : https://www.e-contract.be/developers/webapp/idp/openid
Define identity server url
Simply define in your _ss_environment.php:
define('EID_IDENTITY_SERVER','url_to_server');
Compatibility
Tested with 3.7+
Maintainer
LeKoala - thomas@lekoala.be