Extension:DiscourseSsoConsumer
Appearance
(Redirected from Extension:Discourse SSO Consumer)
This extension requires the PluggableAuth extension to be installed first.
DiscourseSsoConsumer Release status: beta |
|
---|---|
Implementation | User identity , User rights , Database , Special page , Hook |
Description | Provides authentication via the SSO Provider API of a Discourse discussion forum |
Author(s) | Matt Marjanovic (CtapMaddogtalk) |
Maintainer(s) | Center for Transparent Analysis and Policy |
Latest version | 5.0.0 (2024-04-02) |
MediaWiki | 1.39+ |
PHP | 7.4+ |
Database changes | Yes |
Composer | centertap/discourse-sso-consumer |
Tables | discourse_sso_consumer_meta discourse_sso_consumer_link discourse_sso_consumer_discourse_user |
License | GNU General Public License 3.0 or later |
Download | GitHub: Note: README.md RELEASE-NOTES.md |
Translate the DiscourseSsoConsumer extension if it is available at translatewiki.net | |
The DiscourseSsoConsumer extension is a PluggableAuth plugin that allows a MediaWiki site to authenticate users via a Discourse discussion forum, using its SSO provider API (also known as "Discourse Connect").
Installation
[edit]This extension can be installed using composer
. This will automatically install the PluggableAuth extension,
which is a prerequisite for DiscourseSsoConsumer.
The complete installation and configuration instructions can be found in README.md.
Configuration parameters
[edit]The complete description of configuration parameters can be found in README.md.
Categories:
- PluggableAuth plugins
- Beta status extensions
- User identity extensions
- User rights extensions
- Database extensions
- Special page extensions
- Hook extensions
- Extensions supporting Composer
- GPL licensed extensions
- Extensions in GitHub version control
- BeforeInitialize extensions
- BeforePageDisplay extensions
- LoadExtensionSchemaUpdates extensions
- PluggableAuthPopulateGroups extensions
- SpecialPageBeforeFormDisplay extensions
- All extensions