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"); }