The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Jifty::Plugin::AuthCASOnly

DESCRIPTION

MUST BE USED WITH Login PLUGIN

Add cas users in Jifty::Plugin::Login::Model::User. Distinct id for cas users is email field with login@CAS.user

CONFIG

 in etc/config.yml
  Plugins: 
    - Login: {}
    - AuthCASLogin: 
       CASserver: https://auth.univ-metz.fr
       CAFile: /home/agostini/univ.crt

SEE ALSO

AuthCAS