Apache2-AuthCASSimple

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Apache2::AuthCASSimple - Apache2 module to authentificate through a CAS
    server

DESCRIPTION
    Apache2::AuthCASSimple is an authentication module for
    Apache2/mod_perl2. It allow you to authentificate users through a Yale
    CAS server. It means you don't need to give login/password if you've
    already be authentificate by the CAS server, only tickets are exchanged
    between Web client, Apache2 server and CAS server. If you not're
    authentificate yet, you'll be redirect on the CAS server login form.

    This module allow the use of simple text files for sessions.

SYNOPSIS
      PerlOptions +GlobalRequest

      <Location /protected>

lib/Apache2/AuthCASSimple.pm  view on Meta::CPAN

1;

__END__

=head1 NAME

Apache2::AuthCASSimple - Apache2 module to authentificate through a CAS server

=head1 DESCRIPTION

Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2. It allow you to authentificate users through a Yale CAS server. It means you don't need to give login/password if you've already be authentificate by the CAS server, only ticke...

This module allow the use of simple text files for sessions.

=head1 SYNOPSIS


  PerlOptions +GlobalRequest

  <Location /protected>
    AuthType Apache2::AuthCASSimple



( run in 0.845 second using v1.01-cache-2.11-cpan-49f99fa48dc )