This update adds a significant feature to the XBackBone project, enabling enterprises using Azure AD to manage user authentication seamlessly. The changes also ensure that external users are managed securely, enhancing overall security and user experience.
Please review the changes and provide feedback or approve the pull request if everything is satisfactory.
Description
This pull request introduces support for Azure OAuth integration within the XBackBone project. Key changes include:
Key Features
OAuth Integration:
thenetworg/oauth2-azure
package incomposer.json
for Azure OAuth support.External User Management:
Database Schema Updates:
external
column to theusers
table to identify OAuth users.Localization:
UI Enhancements:
Security Enhancements:
Files Changed
app/Controllers/Auth/LoginController.php
app/Controllers/Auth/PasswordRecoveryController.php
app/routes.php
composer.json
config.example.php
resources/lang/en.lang.php
resources/schemas/mysql/mysql.8.sql
resources/schemas/sqlite/sqlite.8.sql
resources/templates/auth/login.twig
resources/templates/user/edit.twig
Impact
This update adds a significant feature to the XBackBone project, enabling enterprises using Azure AD to manage user authentication seamlessly. The changes also ensure that external users are managed securely, enhancing overall security and user experience.
Please review the changes and provide feedback or approve the pull request if everything is satisfactory.