From 881f498237b0f6ebe85851388e2d987f45443987 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 15 Nov 2024 12:31:10 -0500 Subject: [PATCH] Wording Updates Azure to Entra --- portal/login_microsoft.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/login_microsoft.php b/portal/login_microsoft.php index d855a3fc..6b1b9797 100644 --- a/portal/login_microsoft.php +++ b/portal/login_microsoft.php @@ -123,7 +123,7 @@ if (isset($_POST['code']) && $_POST['state'] == session_id()) { } else { - $_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Azure SSO. Please ensure you are setup in ITFlow as a contact and have Azure SSO configured.'; + $_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Entra SSO. Please ensure you are setup in ITFlow as a contact and have Entra SSO configured.'; header("Location: index.php"); }