Suggested changes from Luca Giamminonni: remove ORCID AuthN

This commit is contained in:
Hardy Pottinger
2021-10-29 10:39:30 -05:00
parent d2a13527ff
commit 2987fc2f9a
4 changed files with 1 additions and 369 deletions

View File

@@ -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();