Search Results :

×

Guide: Joomla OAuth Client Integration with ServiceNow Single Sign-On (SSO)

Guide: Joomla OAuth Client Integration with ServiceNow Single Sign-On (SSO)


Integration of ServiceNow Single Sign-on (ServiceNow SSO ) with Joomla using OAuth 2.0 Protocol. The miniOrange Joomla OAuth / OpenID Connect Single Sign-on (SSO) plugin makes it simple to set up ServiceNow SSO into Joomla and enable secure login into joomla. As a result, users can log in to Joomla and access the site by authenticating with their ServiceNow identity provider credentials.

Visit our Joomla OAuth Client Plugin page to learn more about the features and Pricing plans we offer for the Joomla OAuth Single Sign-on (OAuth & OpenID connect) plugin.

Joomla OAuth Client Handbook

Please refer our detailed Handbook for the Joomla OAuth/OpenID Single Sign-On plugin, which gives an in-depth explanation of the various features of the plugin. You can get to the handbook at anytime directly from the plugin's UI for quicker access.

Pre-requisites : Download And Installation

Steps to configure ServiceNow Single Sign-On (SSO) Login into Joomla

1. Setup ServiceNow as OAuth Provider

  • Login/Signup to ServiceNow developer portal using ServiceNow developer account.
  • Search for system OAuth in the left panel and go to Application registry.Now click on New button to register a new application.
  • ServiceNow OAuth SSO with Joomla | ServiceNow Single Sign-On, servicenow new app
  • Select the Create an OAuth API endpoint for external clients
  • Login with ServiceNow into Joomla | ServiceNow SSO with Joomla, create oauth api
  • Enter the App Name and the Redirect URL. You will get the Redirect URL from miniOrange OAuth Client plugin in Redirect/Callback URL field. You can enter the Client Secret you want or leave it blank. Copy the Client ID and Client Secret, we will need it in the further steps while configuring the plugin. If you had left the Client Secret blank, then to copy the auto generated Client Secret, click on the application from the application registries list.
  • ServiceNow OAuth OpenID Connect with Joomla | Single Sign-On with Joomla using ServiceNow, fill requirements
  • Now, Search for Scripted Rest API's in the search bar.Then click on new to add a new script service.
  • ServiceNow OAuth SSO with Joomla | ServiceNow Single Sign-On, add new script
  • Give a App name & ID And click on submit button to create a new rest API .
  • Login with ServiceNow into Joomla | ServiceNow SSO with Joomla, fill details and submit
  • Now go to service which you created in the previous step.
  • Scroll down to the resources and click on new button to add a script for userinfo.
  • ServiceNow OAuth OpenID Connect with Joomla | Single Sign-On with Joomla using ServiceNow, new resource
  • Add the below code in script section and click on submit.
  • 
            var body = {};
            body.name = gs.getuser().getName();
            body.email = gs.getuser().getemail();
            response.setbody(body);
             
  • You will get the <base-api-path> in the Base API path column of the Scripted REST APIs. Search the REST API with the name you have created it.
  • ServiceNow OAuth SSO with Joomla | ServiceNow Single Sign-On, base api path
  • You have successfully configured ServiceNow as OAuth Provider for achieving ServiceNow login into your Joomla Site.
  • ServiceNow Endpoints and Scope:
    Client ID : From ServiceNow SSO Application Configured
    Client Secret : From ServiceNow SSO Application Configured
    Scope: email profile
    Authorize Endpoint: https://<your-servicenow-domain>/oauth_auth.do
    Access Token Endpoint: https://<your-servicenow-domain>/oauth_token.do
    Get User Info Endpoint: https://<your-servicenow-domain>/<base-api-path>?access_token=
    Set Client Credentials: In Both (In Header and In Body)

2. Configure Joomla as OAuth Client


  • Download the zip file for the miniOrange OAuth Client plugin for Joomla from the link here.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Login into your Joomla site’s administrator console.
  • From left toggle menu, click on System, then under Install section click on Extension.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Upload the downloaded zip file to install the Joomla OAuth Client plugin.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • From left toggle menu click on Components, then click on miniOrange OAuth Client , then click on Configure OAuth tab.
  • Under Configure OAuth tab . Select your OAuth Provider. (If your OAuth Provider not listed then click on Custom OAuth/ Custom OpenID connect App .)
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Fill in the details you received from your OAuth Provider.
  • Copy the Redirect/Callback URL given in the plugin and click on the Save Settings button to save details in your OAuth Provider. Then click on Test Configuration button.
  • joomla oauth provider OAuth tab
  • After click on the Test Configuration button and copy the email and name attributes and save these attributes in Email Attribute and Name Attribute text field respectively. Now click on the Save Attribute Mapping button to save your configurations.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Use the Login URL to perform the SSO of your pre-configured OAuth/OpenID Connect Provider, (After completing test configuration please copy the Login URL and Add a button on your site login page).
  • Joomla OAuth Client - Login URL
  • Now logout and go to your Joomla site's pages where you have added this link. You will see a login link where you placed that button. Click on this button to perform SSO.
  • Congratulations, you have successfully configured the miniOrange OAuth Client plugin with your desired OAuth Provider.
  • Click on the Upgrade Plans tab to check out our complete list of features and various licensing plans. OR you can click here to check features and licensing plans
  • If you want to purchase any of the paid version of the plugin, you have to register/login with us in Account Setup tab. OR you can register/login Here
  • In case, you are facing some issue or have any question in mind, you can reach out to us by sending us your query through the Support button in the plugin or by sending us a mail at joomlasupport@xecurify.com.

  • Download the zip file for the miniOrange OAuth Client plugin for Joomla from the link here.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Login into your Joomla site’s administrator console.
  • Go to Extension Manage Install in the top navigation bar to install the plugin.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Upload the downloaded zip file to install the OAuth Client plugin.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Navigate to Extensions Manage Manage and search for miniorange in the Search bar provided to see the list of the components.
  • Go to Components MiniOrange OAuth Client Configure OAuth tab from the top navigation bar to go to the configuration page of the plugin.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Select your OAuth Provider from the Select Application dropdown. In case your OAuth Provider is not listed in the drop down, please select Custom OAuth Provider to continue.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Fill in the details you received from your OAuth Provider.
  • Copy the Redirect/Callback URL given in the plugin and click on the Save Settings button to save details in your OAuth Provider.
  • Click on the Test Configuration button and copy the email and name attributes and save these attributes in Email Attribute and Name Attribute text field respectively. Now click on the Save Attribute Mapping button to save your configurations.
  •  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration  Joomla Oauth / OpenID Connect Single Sign-on SSO for Joomla - App Client Configuration
  • Use the Login URL to perform the SSO of your pre-configured OAuth/OpenID Connect Provider, (After completing test configuration please copy the Login URL and Add a button on your site login page).
  • Joomla OAuth Client - Login URL
  • Now logout and go to your Joomla site's pages where you have added this link. You will see a login link where you placed that button. Click on this button to perform SSO.
  • Congratulations, you have successfully configured the miniOrange OAuth Client plugin with your desired OAuth Provider.
  • Click on the Upgrade Plans tab to check out our complete list of features and various licensing plans. OR you can click here to check features and licensing plans
  • If you want to purchase any of the paid version of the plugin, you have to register/login with us in Account Setup tab. OR you can register/login Here
  • In case, you are facing some issue or have any question in mind, you can reach out to us by sending us your query through the Support button in the plugin or by sending us a mail at joomlasupport@xecurify.com.

Additional Resources


Mail us on joomlasupport@xecurify.com for quick guidance(via email/meeting) on your requirement and our team will help you to select the best suitable solution/plan as per your requirement.

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