We are using the IBM MFP 8.0 with the UserAuthenticationSecurityCheck. We implement the createUser method as intruction:
@Override
protected AuthenticatedUser createUser() {
AuthenticatedUser user = new AuthenticatedUser(userId, userId, getName());
return user;
}
But, during the time we login logout with a lots of userId, I found out that multiple userIds are sticked to the device: Please see the screenshot here
And the problem is when we register the device with the notification and push to the userId, it will put to the wrong one.
Anyone has experiences for this case please help? Thanks