diff --git a/gregui/authentication/auth_backends.py b/gregui/authentication/auth_backends.py
index a296b9a7aee0c0da712ec922fcb30d16dd896d5c..7243715ba998ae99a9a048cffb19b7ee30ba1dac 100644
--- a/gregui/authentication/auth_backends.py
+++ b/gregui/authentication/auth_backends.py
@@ -582,7 +582,7 @@ class GregOIDCBackend(ValidatingOIDCBackend):
                     "user_profile_update",
                     person=user_profile.person,
                     sponsor=sponsor,
-                    feide_id=user_profile.get("userid_feide", None),
+                    feide_id=user_profile.userid_feide,
                 )
                 return user_profile