diff --git a/note_kfet/settings/base.py b/note_kfet/settings/base.py
index 982634c81a02c35315ddb0c44f518c960442a0f6..23bfe118f0718b36489a325e0f632884b3e27fb8 100644
--- a/note_kfet/settings/base.py
+++ b/note_kfet/settings/base.py
@@ -273,3 +273,6 @@ PIC_RATIO = 1
 # Custom phone number format
 PHONENUMBER_DB_FORMAT = 'NATIONAL'
 PHONENUMBER_DEFAULT_REGION = 'FR'
+
+# We add custom information to CAS, in order to give a normalized name to other services
+CAS_AUTH_CLASS = 'member.auth.CustomAuthUser'