Skip to content
Snippets Groups Projects
Commit 90cbf81b authored by Michael Simon's avatar Michael Simon
Browse files

ISSUE-206 add correct references after update

parent a468b7ce
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,10 @@ public class UserLifecycleManager implements Serializable {
try {
if (user instanceof SamlUserEntity) {
userUpdater.updateUserFromIdp((SamlUserEntity) user, "user-expire-job");
user = userUpdater.updateUserFromIdp((SamlUserEntity) user, "user-expire-job");
}
else if (user instanceof OidcUserEntity) {
oidcUserUpdater.updateUserFromOP((OidcUserEntity) user, "user-expire-job", null);
user = oidcUserUpdater.updateUserFromOP((OidcUserEntity) user, "user-expire-job", null);
}
} catch (UserUpdateException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment