|
Cookbook /
AuthUserFederatedSummary: OpenID and OAuth authentication extension for AuthUser
Version: 2010-06-28
Prerequisites: pmwiki 2.2+, authuser
Status: Experimental
Maintainer: Ville Takanen
Categories: Security
Discussion: AuthUserFederated-Talk
Questions answered by this recipeHow can I add "login with google" or "Login with OpenID" options to my PMWiki? DescriptionOpenID and OAuth authentication extension for AuthUser. This recipe adds two new directives:
Former being a shorthand for using Google's open id service @ "https://www.google.com/accounts/o8/id". NotesNot compatible with AuthUserOpenId. Uses Mewp's LightOpenID class (http://gitorious.org/lightopenid) for communication with OpenID providers. Usage guide in README.txt/authuserfederated.php Installation notesCopy the folder authuserfederated from the release zip to local cookbook directory. Add line include_once("$FarmD/cookbook/authuserfederated/authuserfederated.php"); // Must be included before authuser
To your local/farmconfig.php or local/config.php file just before line including authuser ( Add following lines to your wiki's page Site.AuthUser google://module openid://module And that should be it. Release notes
See alsoContributorsCommentsSee discussion at AuthUserFederated-Talk User notes +1: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |