This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| en:2.0:single_sign_on:saml_mediawiki [2026/09/04 21:50] – [Installing SimpleSAMLphp] kainhofer | en:2.0:single_sign_on:saml_mediawiki [2026/09/04 23:42] (current) – [Connecting MediaWiki to SimpleSAMLphp and mapping groups] kainhofer |
|---|
| ==== Connecting MediaWiki to SimpleSAMLphp and mapping groups ==== | ==== Connecting MediaWiki to SimpleSAMLphp and mapping groups ==== |
| |
| * Install the [[https://www.mediawiki.org/wiki/Extension:PluggableAuth|PluggableAuth]] extension by downloading or git-cloning the code to the ''extensions/'' directory. | * Install the [[https://www.mediawiki.org/wiki/Extension:PluggableAuth|PluggableAuth]] extension by downloading or git-cloning the code to the ''extensions/'' directory. |
| * Install the [[https://www.mediawiki.org/wiki/Extension:SimpleSAMLphp|SimpleSAMLphp]] extension by downloading or git-cloning the code to the ''extensions/'' directory. | * Install the [[https://www.mediawiki.org/wiki/Extension:SimpleSAMLphp|SimpleSAMLphp]] extension by downloading or git-cloning the code to the ''extensions/'' directory. |
| * Open the ''LocalSettings.php'' configuration file of MediaWiki and append the following lines to the end of the file:<code php> | * Open the ''LocalSettings.php'' configuration file of MediaWiki and append the following lines to the end of the file: |
| | <code php> |
| wfLoadExtension( 'PluggableAuth' ); | wfLoadExtension( 'PluggableAuth' ); |
| wfLoadExtension( 'SimpleSAMLphp' ); | wfLoadExtension( 'SimpleSAMLphp' ); |