Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.15 KB

File metadata and controls

27 lines (20 loc) · 1.15 KB

CAS module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

    vendor/bin/composer require simplesamlphp/simplesamlphp-module-cas

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set cas to true:

'module.enable' => [
    'cas' => true,
    …
],