Search Results :

×

Magento OneLogin Single Sign On (SSO) OAuth / OpenID Connect | OneLogin SSO Login

Magento OneLogin Single Sign On (SSO) OAuth / OpenID Connect | OneLogin SSO Login


OneLogin Single Sign On (OneLogin SSO) with Magento enables secure login access into Magento using OneLogin as OAuth and OpenID Connect provider. Magento OAuth/OpenID Connect Single Sign-On module gives the ability to enable OAuth/OpenID Single Sign-On for Magento. If you want users to log in to your Magento site using their OneLogin credentials, you can simply do it using our Magento OAuth/OpenID Connect Single Sign-On Plugin.

OneLogin is a cloud-based identity and access management (IAM) platform that provides single sign-on (SSO), multi-factor authentication (MFA), and other security features for businesses and organizations.

Once you configure the OneLogin with the Magento module, you can allow users to perform SSO to your Magento site using OneLogin. It has powerful Single Sign-On (SSO) features like user profile attribute mapping and role mapping, among others. We'll go over how to set up Single Sign-On (SSO) for user authentication between Magento and OneLogin in this guide.
To know more about other features we provide in the Magento OAuth/OpenID Connect Single Sign-On module, you can click here.

Pre-requisites : Download And Installation

Installation using Composer:
  • Purchase the miniOrange OAuth / OpenID Connect Single Sign On extension from magento marketplace.
  • Go to My profile -> My Purchases
  • Please ensure you are using correct access keys (My Profile - Access Keys)
  • Paste the access keys in your auth.json file inside your project
  • Use the below command to add the extension to your project.
    "composer require miniorange-oauth-sso:{version}"
  • You can see the module name and list of versions in the selector below the extension module name.
  • Run the following commands on command prompt to enable the extension.
  • php bin/magento setup:di:compile
    php bin/magento setup:upgrade

Manual Installation:
  • Download the miniOrange OAuth OpenID Connect Single Sign-On extension zip from here.
  • Unzip all contents of the zip inside the MiniOrange/OAuth directory.
  • {Root Directory of Magento} app code MiniOrange OAuth
  • Run the following commands on command prompt to enable the extension.
  • php bin/magento setup:di:compile
    php bin/magento setup:upgrade

Magento OAuth OpenID Connect SSO extension allows login (Single Sign-On) into Magento with your Azure AD, Azure B2C, AWS Cognito, WSO2, Okta, LinkedIn, Google, Facebook, Slack, Discord or other custom OAuth 2.0 providers [24/7 SUPPORT]

 Tested with 2.4.5

Steps to configure OneLogin OAuth & OpenID Single Sign-On (SSO) Login into Magento

1. Setup OneLogin as OAuth Provider (OneLogin SSO)

Follow the steps below to configure OneLogin as OAuth Provider (OneLogin SSO)

miniorange img Configure OneLogin as OAuth Provider
  • Navigate to https://app.onelogin.com/login and log into your Onelogin account.
  • Click on the Administration tab.
  • Secure Access with OneLogin Single Sign-On (SSO) - Add-apps Magento OneLogin SSO
  • You will be presented with following screen. Hover on Applications and then click on Applications.
  • Secure Access with OneLogin Single Sign-On (SSO) Magento OneLogin Add apps
  • Click on Add App Button.
  • OneLogin Single Sign-On (SSO) Magento OneLogin SSO add app
  • You will be shown a search list. Search for “OIDC” (OpenID Connect) and click on the search result as shown below.
  • Magento OneLogin SSO search OIDC Secure Access with OneLogin Single Sign-On (SSO) Magento OneLogin
  • You will be redirected to configuration screen. Fill the application name and other details as required, then click on Save.
  • Magento 2 OAuth (SSO) Magento SSO configure Magento OneLogin SSO
  • You will be redirected to the app details page. Go to Configuration tab and enter Redirect URI from MO OAuth/OpenID Connect Plugin and click on Save.
  • Magento OneLogin SSO OneLogin Single Sign-On (SSO) Enter redirecturl Magento OneLogin Redirect URL
  • Go to SSO tab. There you will find the Client ID and Client Secret fields.Copy these credentials in MO OAuth/OpenID Connect Plugin configuration on corresponding fields.
  • Secure Access with OneLogin Single Sign-On (SSO) Magento OneLogin clientid secret

    Step 1.1: Assign the users to OneLogin SSO Application:

    • Hover on the Users tab and click on the Users option from the menu.
    • Magento 2 SSO Login with OneLogin Users Magento OneLogin SSO
    • You will be shown the users list available on your onelogin platform. Select a user you want to give access to your application.
    • Magento OneLogin SSO Select application Magento Single Sign-On OneLogin SSO
    • Now for that user, go to the Applications tab from the left menu and click on blue + icon to add the application.
    • Magento OneLogin SSOOneLogin SSO Login with OneLogin OAuth add application
    • Select the application option from the drop down list for which you want to allow SSO for that user and click on Continue.
    • Secure Access with OneLogin Single Sign-On (SSO) Magento OneLogin allow SSO
    • Complete the configurations and click on the Save button.
    • Secure Access with OneLogin Single Sign-On (SSO) Enter redirecturl Magento OneLogin
    • The application will be listed in the user profile as shown in the image below and now this user can SSO into your Magento site using his OneLogin credentials for this application.
    • Magento OneLogin SSO OneLogin Single Sign-On user SSO

    You have successfully configured OneLogin Identity Platform as OAuth Provider in order to provide authentication and authorization for the end users with OneLogin Single Sign-On (SSO) into Magento with a single set of credentials. This solution ensures improved security & user experience.

    2. Configuring Magento 2 as OAuth Client

    • After successfully configuring OAuth Provider, go to OAuth Provider tab and configure OAuth Provider Name, Client ID, Client Secret, Scope and provided endpoints.

      Please refer below Endpoints to configure the OAuth client


      Scope: openid
      Authorize Endpoint: https://<site-url>.onelogin.com/oidc/auth
      Access Token Endpoint: https://<site-url>.onelogin.com/oidc/token
      Get User Info Endpoint: https://<site-url>.onelogin.com/oidc/me
    • Click on the Save button to save the settings.
    • Click on the Test Configuration button.
    • Magento 2 OAuth credentials Onelogin SSO OAuth
    • You will see all the values returned by your OAuth Provider to Magento in a table. If you don't see value for First Name, Last Name, Email or Username, make the required settings in your OAuth Provider to return this information.
    • The miniOrange Premium Plugin also provides you the the feature to auto redirect your user to the IdP Login Page.
    • Magento 2 OAuth auto redirect to idp Magento OneLogin SSO
    • Go to the Sign In Settings tab and check options to enable SSO on your Magento site.
    • Magento 2 OAuth enable SSO

4. Customer / Admin SSO



  • Go to customer login page and you will see the SSO button on your frontend. Click on the button and test the SSO.
  • Magento 2 OAuth SSO customer SSO
  • You will be sucessfully logged in into Magento.
  • magento SSO magento 2 OAuth client SSO Admin SSO

4: Attribute / Custom Mapping (Optional). *This is Premium feature.

  • You can map attributes in the Attribute Mapping tab. Only username and email are allowed to be mapped in free version of the plugin. However, in the premium version of the plugin, you can map various attributes coming from your OAuth Provider to the attributes present in your Magento site.
  • Magento 2 OAuth attribute mapping Magento OneLogin SSO

5: Role Mapping (Optional). *This is Premium feature.

  • You can specify a default role in the free plugin that will be allocated to all non-admin users when they conduct SSO.
  • Go to Attribute/Role mapping tab and navigate to Role Mapping section.
  • Select the Default Role and click on the Save button.
  • Onelogin Magento SSO - Onelogin Single Sign-On(SSO) Login in Magento - role mapping

By configuring OneLogin as an OAuth Provider and Magento as an OAuth Client using our Magento OAuth Client plugin, you have successfully installed Magento OneLogin Single Sign-On (SSO). Within minutes, you'll be able to provide safe access to your Magento site utilising OneLogin login credentials thanks to this solution.


Additional Resources


If you are looking for anything which you cannot find, please drop us an email on magentosupport@xecurify.com

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