diff --git a/src/UnicaenAuth/Service/UserContextFactory.php b/src/UnicaenAuth/Service/UserContextFactory.php
index cec79970d09c353e3ebfd9a97f67849f9d3b9d1c..a8392c0fcaaaf4adf61c0e6ab89e9791b94883c5 100644
--- a/src/UnicaenAuth/Service/UserContextFactory.php
+++ b/src/UnicaenAuth/Service/UserContextFactory.php
@@ -12,7 +12,7 @@ class UserContextFactory
      */
     public function __invoke(ServiceLocatorInterface $sl)
     {
-        $service = new UserContextService();
+        $service = new UserContext();
 
         return $service;
     }