diff --git a/VERSIONS_WIP/74357 b/VERSIONS_WIP/74357
new file mode 100644
index 0000000000000000000000000000000000000000..4d841c718ecb2e267091fe82d4989f4ca899ed52
--- /dev/null
+++ b/VERSIONS_WIP/74357
@@ -0,0 +1,2 @@
+ - ticket #74357 : Ressources numériques : correction du lien SSO générique généré par le tableau de bord.
+ 
\ No newline at end of file
diff --git a/library/ZendAfi/View/Helper/DigitalResource/Dashboard.php b/library/ZendAfi/View/Helper/DigitalResource/Dashboard.php
index 5661467ed657980f6a37bc5edba8a97eeb0704a5..4ff706990c75a8e7fd0eb0b51d9c163866ec388b 100644
--- a/library/ZendAfi/View/Helper/DigitalResource/Dashboard.php
+++ b/library/ZendAfi/View/Helper/DigitalResource/Dashboard.php
@@ -236,7 +236,7 @@ class ZendAfi_View_Helper_DigitalResource_Dashboard extends ZendAfi_View_Helper_
 
     $url = $this->_config->urlFor($user);
     $html [] = $this->_tag('h4', $this->_('URL SSO générée par /modules/%s pour l\'utilisateur "%s"',
-                                          $this->_config->getName(),
+                                          $this->_config->getSsoAction(),
                                           $user->getLogin()))
       . $this->view->tagAnchor($url, $url, ['target' => '_blank']);
 
diff --git a/library/digital_resources/StoryPlayR/tests/StoryPlayRTest.php b/library/digital_resources/StoryPlayR/tests/StoryPlayRTest.php
index ed2a892e867cbf56334d7d23b59a6a7b39a67896..e3b026150914353f4085a7589a06abfe7456d94b 100644
--- a/library/digital_resources/StoryPlayR/tests/StoryPlayRTest.php
+++ b/library/digital_resources/StoryPlayR/tests/StoryPlayRTest.php
@@ -128,6 +128,12 @@ class StoryPlayRDashboardActivatedTest extends StoryPlayRActivatedTestCase {
   }
 
 
+  /** @test */
+  public function urlSsoTitleBeDisplay() {
+    $this->assertXPathContentContains('//h4', 'URL SSO générée par /modules/story-play-r pour l\'utilisateur "StoryPlayR_test_user"');
+  }
+
+
   /** @test */
   public function testSsoValidateUrlMessageShoudlBeDisplay() {
     $this->assertXPathContentContains('//h4', 'URL de validation du ticket de connexion générée pour l\'utilisateur "StoryPlayR_test_user"');