getekid / cas
CAS Authentication plugin
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 11
Type:phpbb-extension
Requires
- php: >=5.3.3
- jasig/phpcas: ^1.3
Requires (Dev)
- phpbb/epv: dev-master
This package is auto-updated.
Last update: 2025-03-29 00:37:45 UTC
README
A plugin to enable phpCAS Authentication for phpbb 3.3.x
Adding this extention to your phpBB3 forum will enable phpCAS Authentication for your board.
How to install
Using Composer
Run composer require getekid/cas
to install the latest version.
Downloading the package
- Download the zip file
- Extract the zip file contents in a new
root/ext/getekid/cas
directory in your phpbb3 installation- i.e. the files in the repo should exist directly in the
root/ext/getekid/cas
directory
- i.e. the files in the repo should exist directly in the
- Install the phpCAS library (the steps required are below)
- Login to the ACP of your forum
- Go to the "Customize" tab
- Enable the extention (click confirm when asked)
- Go to the "General" tab
- Click on "Authentication" under "Client Communication". Cas should be available in the dropdown list.
- Select "Cas" and add the CAS data of your server (click Submit when finished entering the data)
phpCAS library
As all of the web plugin to enable CAS authentication, this one also requires the phpCAS library from Jasig to work (not included in this package for the user to get its from the official page). In order ro install it:
- Download the latest stable release from Jasig wiki or Github
- Extract the tgz/zip
- Take the folder containing the "CAS.php" file, rename it to CAS and copy it to getekid/cas/auth/provider/
Enjoy