welcome: please sign in

次の104語(ハイライト表示)は、1209語の辞書 1209語のLocalSpellingWordsを含む)中に見つかりませんでした。
allow   allowing   another   argument   attribute   Authentication   authentication   being   below   by   can   cannot   cases   choose   Config   configuration   contains   Contents   Currently   default   delegation   depending   descriptions   each   easy   enable   enabled   enter   example   existing   False   flexible   for   form   functionality   Generally   given   heading   homepage   However   identity   if   If   implement   implemented   instruction   its   just   log   logging   looking   methods   Name   never   new   note   On   on   only   openid   override   particular   Party   perfect   permitted   please   plugin   possible   preferences   processing   Processing   provider   Provider   re   Relying   restrict   section   see   server   several   so   Some   specific   supports   Table   that   their   this   though   through   to   use   used   User   user   username   using   variables   various   very   way   will   with   would  

メッセージを消す
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:

変数名 デフォルト 説明
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