mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
Revert "Check session salt in shib auth"
This reverts commit 462f20a338
.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user