welcome: please sign in

The following 139 words could not be found in the dictionary of 0 words and are highlighted below:
allow   allowing   also   an   and   another   any   argument   as   attribute   Authentication   authentication   be   being   below   by   can   cannot   cases   choose   code   com   Config   Configuration   configuration   contains   Contents   could   Currently   default   delegation   depending   descriptions   do   each   easy   enable   enabled   enter   example   exchange   existing   False   flexible   for   form   functionality   Generally   given   heading   Help   homepage   However   http   identity   if   If   implement   implemented   in   instruction   is   it   It   its   just   log   logging   looking   methods   Moin   must   Name   never   new   not   note   Of   of   On   on   only   Open   openid   option   other   override   page   particular   Party   perfect   permitted   please   plugin   possible   preferences   processing   Processing   provider   Provider   re   Relying   restrict   section   see   server   several   show   so   Some   specific   supports   Table   that   The   the   their   this   though   through   to   use   used   User   user   username   users   using   variables   various   very   way   When   wiki   Wiki   will   with   would   you  

Clear message
location: HelpOnOpenIDProvider

MoinMoin as an OpenID Provider

/!\ If you're looking for allowing log-in in to Moin using OpenID (Moin being an OpenID Relying Party), please see HelpOnAuthentication!

MoinMoin can be used as a flexible OpenID provider, allowing authentication with any of the existing authentication methods.

MoinMoin's OpenID provider code is very flexible, allowing various use cases. Generally, though, if the OpenID server is enabled, each user's homepage is also their OpenID. It is possible through a processing instruction, if permitted, to use any other page as the OpenID for a specific user if the page contains that processing instruction, see below.

Configuration

The OpenID server code supports several configuration variables that can restrict the way the wiki can be used as an OpenID provider:

Variable name Default Description
openid_server_enable_user False If True, the OpenIDUser processing instruction is allowed.
openid_server_enabled False True to enable the built-in OpenID server.
openid_server_restricted_users_group None If set to a group name, the group members are allowed to use the wiki as an OpenID provider. (None = allow for all users)

Processing instruction

The new processing instruction OpenIDUser is enabled depending on the configuration, its only argument must be a username, for example "#OpenIDUser SomeUserName". When this instruction is used, Moin will also allow using that particular page as an OpenID URL for the given username. However, note that this form of the processing instruction can never override the default so it cannot be used on another user's homepage.

Currently not implemented functionality

The OpenID server code is not perfect, it could