CasBundle icon indicating copy to clipboard operation
CasBundle copied to clipboard

CAS bundle (DEPRECATED -- use https://github.com/BeSimple/BeSimpleSsoAuthBundle)

Results 5 CasBundle issues
Sort by recently updated
recently updated
newest added

I don't use this bundle, but I came across an incompatibility with Symfony2 master if anyone is concerned. See [FOSFacebookBundle.php](https://github.com/FriendsOfSymfony/FOSFacebookBundle/blob/master/FOSFacebookBundle.php).

where are the yaml examples in the doc ?

Got the following error while using this bundle: ``` ServiceNotFoundException: The service "security.authentication.provider.cas.secured_area" has a dependency on a non-existent service "security.account_checker". ```

The best practices recommend to use the bundle logical name as github repository name to avoid collision for people forking them (forking both FOSUserBundle and SonataUserBundle before the renaming would...

Currently, the bundle does not support using the CAS authentication on several firewalls. This is a big limitation IMO when comparing it with the Security component. I can implement it...