Commit 7a1cb236 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config shibboleth: la liste des attributs requis n'est plus dans unicaen-auth.global.php.

parent 9a283227
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -27,19 +27,6 @@ return [
            200 => 'UnicaenAuth\Provider\Identity\Db',      // en 2e
            100 => 'Application\Provider\IdentityProvider', // en 3e
        ],

        'shibboleth' => [
            'required_attributes' => [
                'eppn',
                'mail',
                'eduPersonPrincipalName',
                'supannCivilite',
                'displayName',
                'sn|surname', // i.e. 'sn' ou 'surname'
                'givenName',
                'supannEtuId|supannEmpId',
            ],
        ],
    ],

    'bjyauthorize' => [