2017 © Pedro PelĂĄez
 

symfony-bundle uid-user-bundle

User Provider for CAS (return only the UID)

image

l3/uid-user-bundle

User Provider for CAS (return only the UID)

  • Friday, July 27, 2018
  • by l3-team
  • Repository
  • 1 Watchers
  • 0 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 129 % Grown

The README.md

User Provider for CAS, (*1)

Allow use only UID (returned by CasBundle) for application Symfony2, Symfony3, Symfony4 and Symfony 5 and Symfony 6 (uid is the id user returned by jasig cas sso server and by the l3-team/CasBundle (repository github) or l3/cas-bundle (repository packagist)), (*2)

Installation of the Bundle

Install the Bundle with this command :, (*3)

composer require l3/uid-user-bundle:~1.0

Launch the command composer update to install the package., (*4)

For Symfony 2 and 3 : add the Bundle in the AppKernel.php file., (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new L3\Bundle\UidUserBundle\L3UidUserBundle(),
        );

        // ...
    }

    // ...
}

For Symfony 4 and Symfony 5 and Symfony 6 : Verify if the line are present in config/bundles.php file (if not present, just add the line) :, (*6)

# config/bundles.php
...
L3\Bundle\UidUserBundle\L3UidUserBundle::class => ['all' => true],
...

Configuration of the bundle

For Symfony 2 and 3 : in the firewall of your application, use the Bundle :, (*7)

# app/config/security.yml
security:
    providers:
        uid:
            id: uid_user_provider

For Symfony 4 and Symfony 5 and Symfony 6 : in the firewall of your application, use the Bundle :, (*8)

# config/packages/security.yaml
security:
    providers:
        uid:
            id: uid_user_provider

For Symfony 6:, (*9)

# config/packages/security.yaml
security:
    providers:
        uid_user_provider:
            id: uid_user_provider

and specify uid_user_provider for the keys provider for your firewalls in security.yaml file, (*10)

The Versions

27/07 2018

1.0.9

1.0.9.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

27/07 2018

dev-sf3.x

dev-sf3.x https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

27/07 2018

1.0.1

1.0.1.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

27/07 2018

dev-sf2.x

dev-sf2.x https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

27/07 2018

1.0.10

1.0.10.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

27/07 2018

dev-sf4.x

dev-sf4.x https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

27/07 2018

dev-master

9999999-dev https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle LGPL-3.0-or-later

The Requires

 

by Mathieu HĂ©tru

10/10 2017

1.0.8

1.0.8.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru

10/10 2017

1.0.7

1.0.7.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru

05/07 2017

1.0.6

1.0.6.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru

31/12 2016

1.0.3

1.0.3.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru

31/12 2016

1.0.5

1.0.5.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru

31/12 2016

1.0.2

1.0.2.0 https://github.com/l3-team/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru

07/10 2016

1.0.0

1.0.0.0 https://github.com/mhetru/UidUserBundle

User Provider for CAS (return only the UID)

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

by Mathieu HĂ©tru