Revert "Check session salt in shib auth"

This reverts commit 462f20a338.
This commit is contained in:
Giuseppe Digilio
2020-01-10 10:25:58 +01:00
parent 462f20a338
commit ba9d2095dc
2 changed files with 1 additions and 4 deletions

View File

@@ -227,10 +227,6 @@ public class ShibAuthentication implements AuthenticationMethod {
return AuthenticationMethod.NO_SUCH_USER;
}
if (eperson != null && StringUtils.isNotBlank(eperson.getSessionSalt())) {
return AuthenticationMethod.NO_SUCH_USER;
}
// Step 3: Update User's Metadata
updateEPerson(context, request, eperson);