Search Results :

×

SAML Single Sign-On into Joomla using FusionAuth | FusionAuth SSO | Login using FusionAuth

SAML Single Sign-On into Joomla using FusionAuth | FusionAuth SSO | Login using FusionAuth


miniOrange Joomla SAML SP SSO plugin helps you to integrate your Joomla site to FusionAuth using SAML 2.0 protocol. The miniOrange Joomla SAML SP Single Sign-on (SSO) plugin is simple to set up FusionAuth SSO into Joomla and enable secure login into Joomla. As a result, users can access multiple Joomla applications with one login after authenticating with their FusionAuth IDP credentials.

Our plugin is compatible with Joomla 3 as well as Joomla 4 with all the SAML 2.0 compliant Identity Providers. Here we will go through a step-by-step guide to configure SAML SSO login between the Joomla site and FusionAuth by considering FusionAuth as IDP (Identity Provider) & Joomla as SP (Service Provider).

What is SSO ?


Single sign-on (SSO) is an authentication method that enables users to access multiple applications with one-click login and one set of credentials. For example, after users log in to your Joomla site, they can automatically access all resources of the Joomla site. When you set up SSO, you configure one system to trust another to authenticate users, eliminating users' need to log in to each system separately. The system that authenticates users is called an Identity Provider. The system that trusts the Identity Provider for authentication is called the Service Provider.
Your SP then sends a SAML request to IDP when a user attempts to log in. Upon IDP authentication, it sends SAML assertions to the SP that provide information about the user. The assertion is received by SP, which then verifies it in accordance with the Identity Provider configuration and grants the user access to your Joomla website.

Download of Plugin

Joomla SAML Handbook

This detailed Handbook for the Joomla SAML SP Single Sign On plugin gives an in-depth explanation of the features of the plugin.

Free Configuration Support and Trial

If you want any assistance or support while configuring a plugin or integrating FusionAuth with Joomla, then click on the Free Configuration Setup button.

We provide a 7-day full feature trial of our license version of the plugin where you can thoroughly test out all the features of the plugin on your site. Click on the Free Business Trial button if you want us to set up the trial for you.

Steps to Integrate FusionAuth Single Sign-On (SSO) with Joomla SAML SP

1. Download and setup Joomla SAML SP Plugin

  • Download the zip file for the miniOrange SAML SP plugin for Joomla from the link here.
  • Login into your Joomla site’s Administrator console.
  • From left toggle menu, click on System, then under Install section click on Extensions.
  • Downlaod and Intall SAML SSO plugin
  • Here click on Browse for file button to locate and install the plugin file downloaded earlier.
  • Install the SAML SP Plugin from your computer
  • Once Installation of plugin is successful. Now click on Start Using miniOrange SAML SP plugin.
  • Start Using miniOrange SAML SP plugin
  • Then go to the Service Provider Metadata tab, scroll down and copy the SP-EntityID and the ACS URL.
  • Copy SP-EntityID and ACS URL

2. Configure FusionAuth as IdP

  • Log in to FusionAuth and navigate to Applications Your Application SAML.
  • Give a name to your application in Name field.
  • Under SAML Settings, check the Enabled checkbox and enter the following values:
    Issuer Enter SP Entity ID / Issuer from Service Provider Metadata tab of the plugin
    Audience Enter Audience URI from Service Provider Metadata tab of the plugin
    Authorized redirect URL Enter ACS (Assertion Consumer Service) URL from Service Provider Metadata tab of the plugin
  • FusionAuth SAML Single Sign-On SSO into Joomla | Login using FusionAuth into Joomla, Configure Application
  • You can either select an existing Signing key here or select the first option to have FusionAuth generate a key pair to use.
  • Save your Configuration.
  • FusionAuth SAML Single Sign-On SSO into Joomla | Login using FusionAuth into Joomla, Configure Application
  • Now under Applications, click on the view icon of the App you just created.
  • FusionAuth SAML Single Sign-On SSO into Joomla | Login using FusionAuth into Joomla, View Application
  • Under the heading SAML v2 Integration details, you will see all of the SAML endpoint URLs that the Service Provider will need.
  • FusionAuth SAML Single Sign-On SSO into Joomla | Login using FusionAuth into Joomla, SAML v2 Integration details
  • Note down the given information and keep it handy to configure the plugin.
  • You have successfully configured FusionAuth as SAML IDP (Identity Provider) for achieving FusionAuth SSO login into your Joomla Site.

3. Configure FusionAuth Identity Provider with Joomla SAML Service Provider

In Joomla SAML plugin, go to Service Provider Setup Tab. There are three ways to configure the plugin:

    SAML SSO Single-Sign-On By Metadata URL :

    • Click on Upload IDP Metadata.
    • Upload IDP Metadata
    • Enter Metadata URL (Copied from FusionAuth) and click on Fetch Metadata.
    • Upload IDP Metadata

    SAML SSO Single-Sign-On By Uploading Metadata File:

    • Click on choose metadata file and click on Upload.
    • Upload IDP Metadata

    SAML SSO Single-Sign-On Manual Configuration :

    • Copy SAML Entity ID, SAML Single-Sign-On Endpoint URL and X.509 certificate from Federation Metadata document and paste it in Idp Entity ID or Issuer, Single Sign-on Service URL, X.509 Certificate fields respectively in the plugin.
    • Idp Entity ID or Issuer SAML Entity ID in the Federation Metadata document
      Single Sign-On Service URL SAML Single-Sign-On Endpoint URL in the Federation Metadata document
      X.509 Certificate X.509 Certificate in the Federation Metadata document
      manual Configuration

  • Click on Test Configuration.
  • Test configuration
  • Congratulaions we have successfully configured Joomla SAML Service Provider with FusionAuth as Identity Provider.

4. Attribute Mapping - Premium Feature (Included with Business Trial)

  • Attributes are user details that are stored in your Identity Provider.
  • Attribute Mapping helps you to get user attributes from your Identity Provider (IDP) and map them to Joomla user attributes like firstname, lastname etc.
  • While auto registering the users in your Joomla site these attributes will automatically get mapped to your Joomla user details.
  • In Joomla SAML plugin, go to Attribute Mapping tab and fill in all the fields.
    Username: Name of the username attribute from IDP (Keep NameID by default)
    Email: Name of the email attribute from IDP (Keep NameID by default)
    First Name: Name of the first name attribute from IDP
    Last Name: Name of the last name attribute from IDP
  • Attribute Mapping
  • You can check the Test Configuration Results under Service Provider Setup tab to get a better idea of which values to map here.

5. Group Mapping - Premium Feature (Included with Business Trial)

  • Group mapping helps you to assign specific group to users of a certain group in your Identity Provider (IDP).
  • While auto registering, the users are assigned group based on the group to which they are mapped.
  • Group Mapping

6. Redirection & SSO Links - Premium Feature (Included with Business Trial)

  • Go to Login Settings tab. There are multiple features availabe in this tab like Auto redirect the user to Identity Provider and Enable Backed Login for Super Users. To use these features, click on the respective checkboxes.
  • Joomla Single Sign On SSO SAML SP Signin Settings

    You have successfully completed your miniOrange SAML 2.0 SP configurations. Still, if you are facing any difficulty please mail us on joomlasupport@xecurify.com .

Additional Resources.

miniorange Joomla SAML Single sign-on(web SSO) supports multiple known IDPs like ADFS, Azure AD, Salesforce,
Shibboleth, Onelogin, Okta, SimpleSamlPhp, Google apps, Bitium, OpenAM, miniorange IDP, Centrify and many more.

Business Trial

If you want Business Trial for FREE Click Here

If you don't find what you are looking for, please contact us at joomlasupport@xecurify.com or call us at +1 978 658 9387.

Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com