simplesamlphp/simplesamlphp-module-cas

A module that provides CAS authentication

Installs: 5 071 725

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 3

Open Issues: 2

Type:simplesamlphp-module

v1.1.2 2023-03-29 16:39 UTC

This package is auto-updated.

Last update: 2024-03-25 21:46:34 UTC


README

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