
You will be automatically logged in to your Mediawiki account. Enter your miniOrange login credential and click on Login.Go to your Mediawiki URL, here you will be either asked to enter the username or click on the SSO link which will redirect you to miniOrange IdP Sign On Page.Test SSO login to your Mediawiki account with miniOrange IdP:

OPTIONAL - This is the URL where MediaWiki is hosted and '/extensions/SamlSingleSignOnAuth/' can be appended to it. This is the MediaWiki default group/role name to which users will be mapped. OPTIONAL - Enter the Attribute Name that contains MediaWiki Last Name.Įnter the Attribute Name that contains MediaWiki Group/Role. OPTIONAL - Enter the Attribute Name that contains MediaWiki First Name. Use NameID if Username is in Subject element. Use NameID if Email is in Subject element.Įnter the Attribute Name that contains MediaWiki Username. If you want to restrict access to only registered users, set this to false.Įnter the Attribute Name that contains MediaWiki Email. Set this to true if you want to auto create users.
#Mediawiki email update#
Set this to true if you want to update user with incoming attributes whenever user logs in Set to true if miniOrange is broker for another IDP. Open the certificate in Notepad and copy/paste the entire content here. Įnter the SAML Login URL or ACS(Assertion Consumer Service) URL of IDP here. miniOrangeĮnter the Issuer/Entity ID of IDP here. Entity ID, Single SignOn Service Url, Certificate Fingerprint) and save it.Įnter the name of the IDP here. # the URL where MediaWiki is hosted and '/extensions/SamlSingleSignOnAuth/' can be appended to it. # OPTIONAL - Set this to override $wgServer as site URL in the extension. # Auto create user if the user does not exist # Set this to true if you want to update user with incoming attributes whenever user logs in # Set true if Assertion is signed, set true by default # Set true if Response is signed, set false by default

# OPTIONAL - Enter Relay State if applicable # Only set to true if SAML is brokered through miniOrange $wgMoSamlX509CertDesc = '-BEGIN CERTIFICATE. $wgMoSamlLoginBindingType = 'HttpRedirect' Two possible values - HttpRedirect and HttpPost # Enter SAML Login URL or ACS(Assertion Consumer Service) URL here Require_once "extensions/SamlSingleSignOnAuth/SamlSingleSignOnAuth.php" WfLoadExtension( 'SamlSingleSignOnAuth' )
#Mediawiki email code#
Add the following code at the bottom of LocalSettings.php (root folder of MediaWiki).In your MediaWiki FTP under extensions directory, extract the extension zip.
#Mediawiki email zip#
