diff --git a/modules/core/www/frontpage_auth.php b/modules/core/www/frontpage_auth.php
index 28d45304d812baa251a3101950eb348a992ccc69..ef4fcaf20b5ec73890056741cb01275191d46758 100644
--- a/modules/core/www/frontpage_auth.php
+++ b/modules/core/www/frontpage_auth.php
@@ -28,22 +28,6 @@ $links_auth[] = array(
 	'text' => '{core:frontpage:authtest}',
 );
 
-
-if ($config->getValue('enable.saml20-sp') === true)
-	$links_auth[] = array(
-		'href' => SimpleSAML_Utilities::getBaseURL() . 'example-simple/saml2-example.php',
-		'text' => '{core:frontpage:link_saml2example}',
-		'deprecated' => TRUE,
-	);
-
-if ($config->getValue('enable.shib13-sp') === true)
-	$links_auth[] = array(
-		'href' => SimpleSAML_Utilities::getBaseURL() . 'example-simple/shib13-example.php',
-		'text' => '{core:frontpage:link_shib13example}',
-		'deprecated' => TRUE,
-	);
-
-
 $allLinks = array(
 	'links'      => &$links,
 	'welcome'    => &$links_welcome,