Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```