Install with composer
bin/composer require simplesamlphp/simplesamlphp-module-authcrypt
Next thing you need to do is to enable the module:
in config.php
, search for the module.enable
key and set authcrypt
to true:
'module.enable' => [ 'authcrypt' => true, … ],