NAME
AuthCASpbh::ProxyCB - CAS proxy granting ticket callback handler for Apache/mod_perl
SYNOPSIS
PerlModule Apache2::AuthCASpbh::ProxyCB
<Location "/cas_pgt">
SetHandler modperl
PerlResponseHandler Apache2::AuthCASpbh::ProxyCB
</Location>
DESCRIPTION
This module provides a handler for the CAS server proxy granting ticket callback. It should be mapped to whatever location the AuthCAS_PGTCallback
parameter is defined to.
AVAILABILITY
AuthCASpbh is available via CPAN as well as on GitHub at
https://github.com/pbhenson/Apache2-AuthCASpbh
AUTHOR
Copyright (c) 2018-2024, Paul B. Henson <henson@acm.org>
This file is part of AuthCASpbh.
AuthCASpbh is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
AuthCASpbh is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with AuthCASpbh. If not, see <http://www.gnu.org/licenses/>.
SEE ALSO
Apache2::AuthCASpbh - Overview and configuration details
Apache2::AuthCASpbh::Authn - Authentication functionality
Apache2::AuthCASpbh::Authz - Authorization functionality
Apache2::AuthCASpbh::UserAgent - Proxy authentication client