mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
[CST-5669] Improved OrcidLoginFilter
This commit is contained in:
@@ -87,7 +87,7 @@ public class OrcidAuthenticationBean implements AuthenticationMethod {
|
||||
LOGGER.warn("The incoming request has not code parameter");
|
||||
return NO_SUCH_USER;
|
||||
}
|
||||
|
||||
request.setAttribute(ORCID_AUTH_ATTRIBUTE, true);
|
||||
return authenticateWithOrcid(context, code, request);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user