diff --git a/app/Controllers/SamlController.php b/app/Controllers/SamlController.php index 0b2ff67..62c3314 100644 --- a/app/Controllers/SamlController.php +++ b/app/Controllers/SamlController.php @@ -147,7 +147,7 @@ class SamlController extends BaseController 'code' => 404, 'data' => '', 'post_enrollment' => ['status' => 'failed', 'code' => 404, 'data' => ''], - 'message' => 'SAML not configured for this domain', + 'message' => 'This email is not configured with Microsoft. Please try other login options.', ]); }