
Authen::CAS::External::FAQ - Frequently asked questions relating to the Authen-CAS-External distribution

use Authen::CAS::External 0.02
# Create a basic CAS object
my $cas_service = Authen::CAS::External->new(
cas_url => 'http://cas.example.net/',
password => 'does_not_matter',
username => 'also_does_not_matter',
);
# Set the ticket granting cookie from some place
$cas_service->ticket_granting_cookie($cookie);
# Now authenticate using the CAS gateway option
my $response = $cas_service->authenticate(
gateway => 1,
service => 'http://service.example.net/',
);

Douglas Christopher Wilson, <doug at somethingdoug.com>

Copyright 2009 Douglas Christopher Wilson.
This program is free software; you can redistribute it and/or modify it under the terms of either: