Skip to content

simplesamlphp/simplesamlphp-module-cas

Repository files navigation

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,
    …
],

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages