diff --git a/dictionaries/error_NOACCESS.php b/dictionaries/error_NOACCESS.php
new file mode 100644
index 0000000000000000000000000000000000000000..4181fd00ec2b76dc3af06ef608d034461a8a914b
--- /dev/null
+++ b/dictionaries/error_NOACCESS.php
@@ -0,0 +1,8 @@
+<?php
+
+$lang = array(
+	'en'	=>	array(
+		'title'	=>	'No Access',
+		'descr'	=>	'This endpoint is not enabled. Check the enable options in your configuration of simpleSAMLphp.'
+	)
+);
\ No newline at end of file