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

NAME

Apache2::AuthenOpenID - OpenID authen hander for mod_perl2.

SYNOPSIS

  LoadModule perl_module modules/mod_perl.so
  PerlLoadModule Apache2::AuthenOpenID

  AuthType          OpenID
  AuthName          "My private documents"
  return_to         http://sample.com/path/to/callback
  trust_root        http://sample.com/your/trust_root/
  consumer_secret   "your consumer secret"
  require           user sample.com/someidentity

DESCRIPTION

You can distinguish users with OpenID using this module.

SEE ALSO

Net::OpenID::Consumer http://openid.net/

AUTHOR

Nobuo Danjou, nobuo.danjou@gmail.com

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.