diff --git a/djangoldp_notification/models.py b/djangoldp_notification/models.py
index 8b719edf2bd674450a373c460e66162f46b68fa2..6c2baf87cad4d1490f3f66308c3bbac3136c4d76 100644
--- a/djangoldp_notification/models.py
+++ b/djangoldp_notification/models.py
@@ -33,6 +33,7 @@ class Notification(Model):
         auto_author = 'user'
         ordering = ['-date']
         anonymous_perms = ['add']
+        authenticated_perms = []
         owner_perms = ['view', 'change']
 
     def __str__(self):