Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumukit/pumukitcasbundle
This bundle allows PuMuKIT use CAS as SSO.
https://github.com/pumukit/pumukitcasbundle
Last synced: 1 day ago
JSON representation
This bundle allows PuMuKIT use CAS as SSO.
- Host: GitHub
- URL: https://github.com/pumukit/pumukitcasbundle
- Owner: pumukit
- Created: 2019-04-26T06:33:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T16:11:27.000Z (about 2 months ago)
- Last Synced: 2024-12-16T16:43:01.763Z (11 days ago)
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT CAS Authentication
==========================This bundle allows PuMuKIT use CAS as SSO.
How to install bundle
```bash
composer require teltek/pumukit-cas-bundle
```if not, add this to config/bundles.php
```
Pumukit\CasBundle\PumukitCasBundle::class => ['all' => true]
```Then execute the following commands
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```