I'm testing new Orcid Integration with new Dspace 7.3 and I don't get it 
goes on.

This is my local.cfg.



























*# ORCID API 
(https://github.com/ORCID/ORCID-Source/tree/master/orcid-api-web#endpoints)orcid.domain-url=
 
https://sandbox.orcid.orgorcid.authorize-url = 
${orcid.domain-url}/oauth/authorizeorcid.token-url = 
${orcid.domain-url}/oauth/tokenorcid.api-url = 
https://api.sandbox.orcid.org/v3.0orcid.public-url = 
https://pub.sandbox.orcid.org/v3.0orcid.redirect-url = 
${dspace.server.url}/api/authn/orcid# ORCID Credentials# Your public or 
member API Credentials, see# 
https://orcid.org/content/register-client-application-0# 
https://info.orcid.org/register-a-client-application-sandbox-member-api/orcid.application-client-id
 
= APP-XXXXXXXXXXXXorcid.application-client-secret = 
5XXXXXX-XXXX-YYYY-6666-9EEEE0648FFFForcid.synchronization-enabled = 
trueevent.dispatcher.default.consumers = authority, versioning, discovery, 
eperson, orcidqueueorcid.scope = 
/authenticate#plugin.sequence.org.dspace.authenticate.AuthenticationMethod 
= 
org.dspace.authenticate.OrcidAuthentication#plugin.sequence.org.dspace.authenticate.AuthenticationMethod
 
= 
org.dspace.authenticate.PasswordAuthenticationauthentication-orcid.can-self-register
 
= true*
This is my authenticate.cfg.









*...# ORCID certificate 
authentication. plugin.sequence.org.dspace.authenticate.AuthenticationMethod 
= org.dspace.authenticate.OrcidAuthentication...# Authentication by 
Password (encrypted in DSpace's database). See authentication-password.cfg 
for default configuration.# Enabled by default (to disable, either comment 
out, or define a new list of AuthenticationMethod plugins in your 
local.cfg)plugin.sequence.org.dspace.authenticate.AuthenticationMethod = 
org.dspace.authenticate.PasswordAuthentication*I'm using public api I have 
no member api client id and secret, I'm not going to use bidirectional 
syncronization. Now I only want to authenticate with ORCID sandbox 
environment and I have this log message.

2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.app.rest.security.EPersonRestAuthenticationProvider @ Request to 
authenticate new login
2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:06,301 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:06,753 INFO  unknown unknown 
org.dspace.content.MetadataValueServiceImpl @ 
mariaxx...@mailinator.com::delete_metadata_value: metadata_value_id=553
2022-07-11 12:49:06,753 INFO  unknown unknown 
org.dspace.content.MetadataValueServiceImpl @  mariaxxxxx  
@mailinator.com::add_metadatavalue:metadata_value_id=561
2022-07-11 12:49:06,753 INFO  unknown unknown 
org.dspace.content.MetadataValueServiceImpl @  mariaxxxxx  
@mailinator.com::delete_metadata_value: metadata_value_id=554
2022-07-11 12:49:06,753 INFO  unknown unknown 
org.dspace.content.MetadataValueServiceImpl @  mariaxxxxx  
@mailinator.com::add_metadatavalue:metadata_value_id=562
2022-07-11 12:49:06,769 INFO  unknown unknown 
org.dspace.eperson.EPersonServiceImpl @  mariaxxxxx  
@mailinator.com::update_eperson:eperson_id=388cc845-00d8-4ce7-9824-10e1fc9ab4cc
2022-07-11 12:49:06,769 INFO  unknown unknown 
org.dspace.app.rest.security.EPersonRestAuthenticationProvider @  
mariaxxxxx  @mailinator.com::login:type=explicit
2022-07-11 12:49:06,787 WARN  unknown unknown 
org.dspace.discovery.SolrServiceImpl @ We have a collection or community 
admin with ID: 388cc845-00d8-4ce7-9824-10e1fc9ab4cc without any 
administrable collection or community!
2022-07-11 12:49:06,819 WARN  unknown unknown 
org.dspace.discovery.SolrServiceImpl @ We have a collection or community 
admin with ID: 388cc845-00d8-4ce7-9824-10e1fc9ab4cc without any 
administrable collection or community!
2022-07-11 12:49:06,820 DEBUG unknown unknown org.dspace.core.Context @ 
Cache size on commit is 17
2022-07-11 12:49:06,820 DEBUG unknown unknown 
org.dspace.app.rest.security.OrcidLoginFilter @ Orcid authentication 
successful for EPerson  mariaxx...@mailinator.com. Sending back temporary 
auth cookie
2022-07-11 12:49:06,820 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:06,820 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:06,820 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:06,820 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:06,820 DEBUG unknown unknown org.dspace.core.Context @ 
Cache size on commit is 1
2022-07-11 12:49:06,820 DEBUG unknown unknown 
org.dspace.app.rest.security.OrcidLoginFilter @ Orcid redirecting to 
http://localhost.local:4000
2022-07-11 12:49:06,871 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:06,871 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:06,871 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
8957c249-7d1a-40e5-a760-0817bade0ad5 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2022-07-11 12:49:09,019 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:09,019 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:09,019 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
0372556d-65e6-4839-a70e-dc287eb59cd0 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authn/status] originated from /
2022-07-11 12:49:09,035 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
0372556d-65e6-4839-a70e-dc287eb59cd0 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:09,035 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
0372556d-65e6-4839-a70e-dc287eb59cd0 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:11,080 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:11,080 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:11,080 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
e5a15a88-ec52-4b5b-b504-ed14d84cde43 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2022-07-11 12:49:13,093 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:13,093 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:13,093 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
c2d5a9ce-ad59-4135-8975-0a00c4869758 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:15,178 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:15,178 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
e6b327bc-3ef7-4c8d-8ba2-981cb4a1e12f 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/system/scripts/metadata-export] originated from /
2022-07-11 12:49:15,178 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
325a6fb5-00b8-482f-a1c0-6e3547916783 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/core/sites] originated from /
2022-07-11 12:49:15,178 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
e84a0e25-a3a9-4bed-9193-f01fa313dcb2 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/system/scripts/metadata-import] originated from /
2022-07-11 12:49:15,178 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
7c0a762b-1bc0-4678-a1bf-71e4d3d27376 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/discover/browses] originated from /


*2022-07-11 12:49:15,178 WARN  04ca744b-f57c-4304-a15d-066edc5ab879 
e84a0e25-a3a9-4bed-9193-f01fa313dcb2 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Acceso denegado at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))2022-07-11
 
12:49:15,178 WARN  04ca744b-f57c-4304-a15d-066edc5ab879 
e6b327bc-3ef7-4c8d-8ba2-981cb4a1e12f 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Acceso denegado at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))*2022-07-11
 
12:49:17,348 DEBUG unknown unknown org.dspace.core.LegacyPluginServiceImpl 
@ Adding Sequence plugin for interface= 
org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
5d52ce86-d38d-4a03-a113-680cd6e97833 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /home
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
2244176d-c715-44e3-a11b-08bfcd891af5 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
a42bc127-5e63-4fe2-89b6-5352937a432f 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
b7f3c1bb-bcfb-49e1-bfb3-083aae325d04 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:17,348 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
2e6f155c-507e-4c37-957d-fbe2519cbf51 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /home
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
d4da9ac9-5e10-4595-9aea-d7e8c1fb3be7 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/core/communities/search/top] originated from /home
2022-07-11 12:49:17,348 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
f9fbe105-c360-47da-860a-d9030e76080a 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:17,364 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
2e6f155c-507e-4c37-957d-fbe2519cbf51 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:17,364 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
2e6f155c-507e-4c37-957d-fbe2519cbf51 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:19,466 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:19,466 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:19,466 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:19,466 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:19,466 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
ea41d1a4-f85d-4308-835f-31614cd7ca70 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/config/properties/websvc.opensearch.svccontext] originated 
from /home
2022-07-11 12:49:19,466 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
fbcee761-3c27-4ba4-bb82-4073e978c189 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/config/properties/websvc.opensearch.enable] originated 
from /home
2022-07-11 12:49:22,615 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:22,615 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:22,615 INFO  unknown 5614511b-67d4-4063-8f52-47d22df7eceb 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2022-07-11 12:49:22,631 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:22,631 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:22,631 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
71cb543f-eefd-4fa7-8422-85df104f1a70 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authn/status] originated from /
2022-07-11 12:49:22,631 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
71cb543f-eefd-4fa7-8422-85df104f1a70 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:22,631 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
71cb543f-eefd-4fa7-8422-85df104f1a70 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:22,662 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:22,662 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:22,662 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
190347ab-29a8-4238-9087-7fee5b789cba 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2022-07-11 12:49:24,703 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:24,703 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:24,703 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
06193099-5651-46f2-961c-2dbdb770199c 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2022-07-11 12:49:26,740 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:26,740 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:26,740 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
b8015ffa-f9c5-4b33-912b-33e197b01298 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:26,755 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:26,755 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:26,755 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
5106e009-b67a-4832-bdfc-41434836eabd 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:26,778 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:26,778 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:26,778 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
df0b90d0-b89f-45ee-822c-76ad4dd0e2d3 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:26,809 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:26,809 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:26,809 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
421aa5ba-c13c-4f21-a8f6-18a2916bf9d5 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /
2022-07-11 12:49:26,824 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:26,824 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:26,824 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
2429efc5-45fa-434d-9ce3-ce422618e18e 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/config/properties/google.analytics.key] originated from /
2022-07-11 12:49:26,824 WARN  04ca744b-f57c-4304-a15d-066edc5ab879 
2429efc5-45fa-434d-9ce3-ce422618e18e 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ An 
exception has occurred (status:404 exception: No such configuration 
property: google.analytics.key at: 
org.dspace.app.rest.repository.ConfigurationRestRepository.findOne(ConfigurationRestRepository.java:58))
2022-07-11 12:49:26,894 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:26,894 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:26,894 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
11a70542-7dbd-4e16-a7fb-1c0c64c79232 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/statistics] originated from /home
2022-07-11 12:49:28,799 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:28,799 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:28,799 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:28,799 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:28,799 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
4ef52770-a116-4c60-b98f-8b181945c1c4 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /home
2022-07-11 12:49:28,799 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
699ba69c-b881-4b6b-ac9e-a9dee49d7122 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /home
2022-07-11 12:49:28,799 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
699ba69c-b881-4b6b-ac9e-a9dee49d7122 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:28,799 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
699ba69c-b881-4b6b-ac9e-a9dee49d7122 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:28,915 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.OrcidAuthentication
2022-07-11 12:49:28,915 DEBUG unknown unknown 
org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for 
interface= org.dspace.authenticate.AuthenticationMethod, 
class=org.dspace.authenticate.PasswordAuthentication
2022-07-11 12:49:28,915 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
c3bc41ad-ab5b-4c8a-a7b3-817ef85c65c5 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[POST /server/api/statistics/viewevents] originated from /home
2022-07-11 12:49:28,915 INFO  04ca744b-f57c-4304-a15d-066edc5ab879 
c3bc41ad-ab5b-4c8a-a7b3-817ef85c65c5 
org.dspace.usage.LoggerUsageEventListener @ 
anonymous::view_site:site_id=7444c50e-9f94-411d-9d16-2def69bf9641
2022-07-11 12:49:28,915 DEBUG 04ca744b-f57c-4304-a15d-066edc5ab879 
c3bc41ad-ab5b-4c8a-a7b3-817ef85c65c5 
org.dspace.statistics.SolrLoggerUsageEventListener @ Usage event received 
site:view


Any ideas? I'd like to know how orcid integration demo7 is setup.

Thanks a lot.

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/11f81721-d197-477e-a4aa-7ad0661572edn%40googlegroups.com.

Reply via email to