From c4e26b0963fd2d92b100747bdb7f4f190c7a28f5 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 26 Mar 2021 12:44:02 +0100 Subject: [PATCH] Minor - Plugin: Azure Active Directory: Improve README --- plugin/azure_active_directory/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/azure_active_directory/README.md b/plugin/azure_active_directory/README.md index 428a6c2a87..de2cd69737 100644 --- a/plugin/azure_active_directory/README.md +++ b/plugin/azure_active_directory/README.md @@ -23,8 +23,8 @@ Make sure your portal is in HTTPS before you configure this plugin. ### To configure this plugin * _Enable_: You can enable the plugin once everything is configured correctly. Disabling it will return to the normal Chamilo login procedure. -* _Application ID_: Enter the Application ID assigned to your app when you created it in your Azure Active Directory interface, under _App registrations_. -* _Application secret_: Enter the client secret created in _Certificate & secrets_ above. +* _Application ID_: Enter the _Application (client) ID_ assigned to your app when you created it in your Azure Active Directory interface, under _App registrations_. +* _Application secret_: Enter the client secret _value_ created in _Certificate & secrets_ above. * _Block name_: (Optional) The name to show above the login button. * _Force logout button_: (Optional) Add a button to force logout from Azure. * _Management login_: (Optional) Disable the chamilo login and enable an alternative login page for users.