mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 11:03:12 +00:00
Suggested changes from Luca Giamminonni: remove ORCID AuthN
This commit is contained in:
@@ -197,7 +197,6 @@ public class OidcAuthenticationBean implements AuthenticationMethod {
|
||||
|
||||
} catch (Exception ex) {
|
||||
LOGGER.error("An error occurs registering a new EPerson from OIDC", ex);
|
||||
context.rollback();
|
||||
return NO_SUCH_USER;
|
||||
} finally {
|
||||
context.restoreAuthSystemState();
|
||||
|
Reference in New Issue
Block a user