Módosítások

MediawikiShibAuthWithPersistentID

7 bájt hozzáadva, 2011. április 5., 14:17
nincs szerkesztési összefoglaló
This extension is based on the original [http://www.mediawiki.org/wiki/Extension:Shibboleth_Authentication Extension:Shibboleth Authentication], the basic information will not be copied, here you can find the differences and the explanation of these differences.
The main object of this development is to make the extension support opaque persistent-id. Persistent-id could come from the Identity Provider (IdP), where the user has been authenticated, as value of persistent nameid, or as value of eduPersonTargetedID attribute. From the view of the mediawiki the route is, how the persistent-id is coming, irrelevant, for the mediawiki it is given by the Service Provider (SP). [https://spaceswiki.internet2shibboleth.edunet/confluence/display/SHIB2/NativeSPTargetedID More about persistent-id]
The main point is that persistent-id meets the privacy requirements much better than e.g. if the mediawiki gets e-mail address of the user, and it is used as local username.
== Preparation ==
You have to add an SQL table to be able to pairing pair persistent-id and the local-id of the user.
<source lang="sql">

Navigációs menü