getekid/cas
Composer 安装命令:
composer require getekid/cas
包简介
CAS Authentication plugin
README 文档
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/casdirectory in your phpbb3 installation- i.e. the files in the repo should exist directly in the
root/ext/getekid/casdirectory
- 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
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2020-03-31