Search Results :

×

Configure Auth0 Single Sign-On (SSO) with Joomla OAuth Client Plugin

This guide will walk you through configuring our Joomla OAuth Client extension to enable secure login with Auth0. By the end of this setup, your users will be able to sign into your Joomla site using their Auth0 credentials, providing a seamless and secure Single Sign-On (SSO) experience.

This integration delegates the authentication process to Auth0, a robust identity platform. This means you can centralize user management and utilize Auth0's advanced security features directly for your Joomla site. Our extension acts as the bridge, handling the complex OAuth 2.0 protocol behind the scenes.


In this configuration, Auth0 functions as the OAuth server, while Joomla allows users to log in with their Auth0 credentials by utilizing the Joomla OAuth Client Plugin.

  • Go to your Auth0 Dashboard.
  • Go to Applications tab in the left panel and then click on Applications.
Auth0 Dashboard

  • Now click on the CREATE APPLICATION button.
Create New Auth0 App

  • Select Regular Web Applications and click on Create button.
Create SAML 2.0 Auth0 App

  • Now go to Settings tab.
Configure Auth0 App

  • Scroll down to Applications URI's section and enter the callback url we copied in Step 1.
Configure Auth0 Metadata

  • Then scroll down and then click on Save Changes button.
Configure Auth0 Attribute Mapping

  • Copy the Client ID and Client Secret from Basic Information section in settings tab.
Upload IdP
    Metadata

  • Now go to Users tab under User Management from the left panel.
Upload IdP
    Metadata

  • Click on Create User to create a new user.
Upload IdP
    Metadata

  • Enter all the required details and click on Create.
Upload IdP
    Metadata

  • Go back to your Joomla Dashboard. Then go to Step 2 in the Configure OAuth tab.
  • Paste the Client ID, Client Secret and Tenant. Also Set Client Credentials In Header and Body then click on Save Settings. Once Settings are saved then click on Save Configuration.
Upload IdP
    Metadata

  • Scope & Endpoints are given below, which are required for configuring Joomla as OAuth Client plugin to configure Auth0 as a custom OAuth or OIDC provider.
Scope openid email
Authorize Endpoint https:// <your auth0 domain> /authorize
Access Token Endpoint https:// <your auth0 domain> /oauth/token
Get User Info Endpoint https:// <your auth0 domain> /userinfo
Set Client Credentials In Header and In Body
Discovery URL (To see configuration values) https://<your-domain-name>/.well-known/openid-configuration

ADFS_sso ×
Hello there!

Need Help? We are right here!

support