Authenticate users via Azure Active Directory
Introduction
- Very easy to integrate.
- Compatible to Joomla 4.x and Joomla 5.x
- Azure Active directory Integration
Set up an Azure AD Application:
Go to the Azure portal.
Navigate to Azure Active Directory > App registrations > New registration.
Name the application (e.g., JoomlaIntegrationApp).
Set the Redirect URI to your Joomla site’s URL (e.g., https://yourjoomlasite.com/).
Choose Web as the platform.
Note down the Application (client) ID and Directory (tenant) ID.
Go to Certificates & Secrets and create a client secret. Note down this value.
Install Composer and Azure PHP SDK in Joomla: Joomla 5 relies on Composer for managing external libraries. The microsoft-graph package is used to interact with Azure AD.
In your Joomla root directory, run:
bash
Copy code
composer require microsoft/microsoft-graph
Authenticate users via Azure Active Directory
- Version:
- 1.0.0
- Developer:
- WeDevlops.com
- Last updated:
-
Nov 11 2024
1 week ago - Date added:
- Oct 31 2024
- License:
- GPLv2 or later
- Type:
- Paid download
- Includes:
- p
- Compatibility:
- J4 J5 J5 (b/c plugin) 6
Share