[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
I have a question i want a user only link the profile but i don't want to 
login in with orcid. Can i remove the login and keep only profile 
association?

Στις Τετάρτη 24 Απριλίου 2024 στις 6:12:08 μ.μ. UTC+3, ο χρήστης Χρήστος 
Κατσάνης (Χρήστος) έγραψε:

> Sorry i was misunderstood. I din't see the dropdown above and i was only 
> added the template.
>
>
> Στις Τετάρτη 24 Απριλίου 2024 στις 6:09:53 μ.μ. UTC+3, ο χρήστης DSpace 
> Technical Support έγραψε:
>
>> Hi,
>>
>> You misunderstood my previous explanation. You must also create *one 
>> Collection* which accepts a Person entity.  That is what the error is 
>> telling you to do & that's what I was trying to describe in my prior email.
>>
>> 1. Login as an Admin
>> 2. Create a new Collection for storing Researcher Profiles.  Make sure to 
>> select "Entity Type = Person" in the dropdown at the bottom
>> 3. (Optionally) you can add that Collection's UUID (found at the end of 
>> it's URL) to the "researcher-profile.collection.uuid" setting here: 
>> https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10
>>   
>>   This is optional as DSpace will attempt to find this Collection 
>> itself...however, if you want to ensure DSpace *always* uses this same 
>> Collection for every Researcher Profile, then I'd recommend setting this 
>> value.
>>
>> You can also reference this discussion in the documentation: 
>> https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles?focusedCommentId=273350670#comment-273350670
>>
>> Tim
>>
>> On Wednesday, April 24, 2024 at 10:03:02 AM UTC-5 xristos...@gmail.com 
>> wrote:
>>
>>> Hey again, 
>>> i have added the researcher-profile.entity-type = Person in 
>>> researcher-profile.cfg and in local.cfg but nothing happened. Same error
>>> I have restarter multiple time tomcat but still take this error 
>>> Στις Τετάρτη 24 Απριλίου 2024 στις 5:52:56 μ.μ. UTC+3, ο χρήστης DSpace 
>>> Technical Support έγραψε:
>>>
 Hi,

 That "No collection found for researcher profiles" error likely means 
 that you have no Collection created which will accept "Person" Entity 
 types 
 (see the "Entity Type" field in the Collection creation/edit form).  
  Researcher Profiles are Person entities, and it's not possible to create 
 them without a valid Collection.  By default, DSpace will attempt to 
 locate 
 the *first* Collection it can find which accepts "Person" entities. But 
 you 
 can also configure it via this setting in your "researcher-profile.cfg": 
 https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10

 ORCID integration *requires* enabling/using Researcher Profiles.  For 
 more information on Researcher Profiles, see the documentation at 
 https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles

 Tim

 On Wednesday, April 24, 2024 at 8:54:52 AM UTC-5 xristos...@gmail.com 
 wrote:

> What is this "No collection found for researcher profiles"
>  when i try to connect profile?
> Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης 
> Χρήστος Κατσάνης (Χρήστος) έγραψε:
>
>> Hey i have problem with orcid when i logged in with orcid in my 
>> dspace site orcid redirects me to PORT 4000/error
>>
>> My settings on orcid.cfg 
>> orcid.domain-url= https://orcid.org
>> orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
>> orcid.token-url = ${orcid.domain-url}/oauth/token
>> orcid.api-url = https://api.orcid.org/v3.0
>> orcid.public-url = https://pub.orcid.org/v3.0
>> orcid.redirect-url = ${dspace.server.url}/api/authn/orcid
>>
>> In my orcid account i have my dspace front end url as application url
>> and redirect is https://example.gr/server/api/authn/orcid
>>
>> I have apache2 as proxy that redirects all request to 8080 from 
>> server and 4000 for frontend
>>
>> I retrieve an error as above
>> This site can’t provide a secure connection* example.gr 
>>  *
>>
>>  sent an invalid response.
>> ERR_SSL_PROTOCOL_ERROR 
>>
>

-- 
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/11ec7724-f857-440e-b9a5-aad5d07a1dd1n%40googlegroups.com.


[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
Sorry i was misunderstood. I din't see the dropdown above and i was only 
added the template.


Στις Τετάρτη 24 Απριλίου 2024 στις 6:09:53 μ.μ. UTC+3, ο χρήστης DSpace 
Technical Support έγραψε:

> Hi,
>
> You misunderstood my previous explanation. You must also create *one 
> Collection* which accepts a Person entity.  That is what the error is 
> telling you to do & that's what I was trying to describe in my prior email.
>
> 1. Login as an Admin
> 2. Create a new Collection for storing Researcher Profiles.  Make sure to 
> select "Entity Type = Person" in the dropdown at the bottom
> 3. (Optionally) you can add that Collection's UUID (found at the end of 
> it's URL) to the "researcher-profile.collection.uuid" setting here: 
> https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10
>   
>   This is optional as DSpace will attempt to find this Collection 
> itself...however, if you want to ensure DSpace *always* uses this same 
> Collection for every Researcher Profile, then I'd recommend setting this 
> value.
>
> You can also reference this discussion in the documentation: 
> https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles?focusedCommentId=273350670#comment-273350670
>
> Tim
>
> On Wednesday, April 24, 2024 at 10:03:02 AM UTC-5 xristos...@gmail.com 
> wrote:
>
>> Hey again, 
>> i have added the researcher-profile.entity-type = Person in 
>> researcher-profile.cfg and in local.cfg but nothing happened. Same error
>> I have restarter multiple time tomcat but still take this error 
>> Στις Τετάρτη 24 Απριλίου 2024 στις 5:52:56 μ.μ. UTC+3, ο χρήστης DSpace 
>> Technical Support έγραψε:
>>
>>> Hi,
>>>
>>> That "No collection found for researcher profiles" error likely means 
>>> that you have no Collection created which will accept "Person" Entity types 
>>> (see the "Entity Type" field in the Collection creation/edit form).  
>>>  Researcher Profiles are Person entities, and it's not possible to create 
>>> them without a valid Collection.  By default, DSpace will attempt to locate 
>>> the *first* Collection it can find which accepts "Person" entities. But you 
>>> can also configure it via this setting in your "researcher-profile.cfg": 
>>> https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10
>>>
>>> ORCID integration *requires* enabling/using Researcher Profiles.  For 
>>> more information on Researcher Profiles, see the documentation at 
>>> https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles
>>>
>>> Tim
>>>
>>> On Wednesday, April 24, 2024 at 8:54:52 AM UTC-5 xristos...@gmail.com 
>>> wrote:
>>>
 What is this "No collection found for researcher profiles"
  when i try to connect profile?
 Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης 
 Χρήστος Κατσάνης (Χρήστος) έγραψε:

> Hey i have problem with orcid when i logged in with orcid in my dspace 
> site orcid redirects me to PORT 4000/error
>
> My settings on orcid.cfg 
> orcid.domain-url= https://orcid.org
> orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
> orcid.token-url = ${orcid.domain-url}/oauth/token
> orcid.api-url = https://api.orcid.org/v3.0
> orcid.public-url = https://pub.orcid.org/v3.0
> orcid.redirect-url = ${dspace.server.url}/api/authn/orcid
>
> In my orcid account i have my dspace front end url as application url
> and redirect is https://example.gr/server/api/authn/orcid
>
> I have apache2 as proxy that redirects all request to 8080 from server 
> and 4000 for frontend
>
> I retrieve an error as above
> This site can’t provide a secure connection* example.gr 
>  *
>
>  sent an invalid response.
> ERR_SSL_PROTOCOL_ERROR 
>


-- 
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/2af45af4-0830-4bd2-9f30-db3c2aac056dn%40googlegroups.com.


[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread DSpace Technical Support
Hi,

You misunderstood my previous explanation. You must also create *one 
Collection* which accepts a Person entity.  That is what the error is 
telling you to do & that's what I was trying to describe in my prior email.

1. Login as an Admin
2. Create a new Collection for storing Researcher Profiles.  Make sure to 
select "Entity Type = Person" in the dropdown at the bottom
3. (Optionally) you can add that Collection's UUID (found at the end of 
it's URL) to the "researcher-profile.collection.uuid" setting 
here: 
https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10
  
  This is optional as DSpace will attempt to find this Collection 
itself...however, if you want to ensure DSpace *always* uses this same 
Collection for every Researcher Profile, then I'd recommend setting this 
value.

You can also reference this discussion in the 
documentation: 
https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles?focusedCommentId=273350670#comment-273350670

Tim

On Wednesday, April 24, 2024 at 10:03:02 AM UTC-5 xristos...@gmail.com 
wrote:

> Hey again, 
> i have added the researcher-profile.entity-type = Person in 
> researcher-profile.cfg and in local.cfg but nothing happened. Same error
> I have restarter multiple time tomcat but still take this error 
> Στις Τετάρτη 24 Απριλίου 2024 στις 5:52:56 μ.μ. UTC+3, ο χρήστης DSpace 
> Technical Support έγραψε:
>
>> Hi,
>>
>> That "No collection found for researcher profiles" error likely means 
>> that you have no Collection created which will accept "Person" Entity types 
>> (see the "Entity Type" field in the Collection creation/edit form).  
>>  Researcher Profiles are Person entities, and it's not possible to create 
>> them without a valid Collection.  By default, DSpace will attempt to locate 
>> the *first* Collection it can find which accepts "Person" entities. But you 
>> can also configure it via this setting in your "researcher-profile.cfg": 
>> https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10
>>
>> ORCID integration *requires* enabling/using Researcher Profiles.  For 
>> more information on Researcher Profiles, see the documentation at 
>> https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles
>>
>> Tim
>>
>> On Wednesday, April 24, 2024 at 8:54:52 AM UTC-5 xristos...@gmail.com 
>> wrote:
>>
>>> What is this "No collection found for researcher profiles"
>>>  when i try to connect profile?
>>> Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης Χρήστος 
>>> Κατσάνης (Χρήστος) έγραψε:
>>>
 Hey i have problem with orcid when i logged in with orcid in my dspace 
 site orcid redirects me to PORT 4000/error

 My settings on orcid.cfg 
 orcid.domain-url= https://orcid.org
 orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
 orcid.token-url = ${orcid.domain-url}/oauth/token
 orcid.api-url = https://api.orcid.org/v3.0
 orcid.public-url = https://pub.orcid.org/v3.0
 orcid.redirect-url = ${dspace.server.url}/api/authn/orcid

 In my orcid account i have my dspace front end url as application url
 and redirect is https://example.gr/server/api/authn/orcid

 I have apache2 as proxy that redirects all request to 8080 from server 
 and 4000 for frontend

 I retrieve an error as above
 This site can’t provide a secure connection* example.gr 
  *

  sent an invalid response.
 ERR_SSL_PROTOCOL_ERROR 

>>>

-- 
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/6b9a64e0-3816-46f4-b828-682e22ea98bfn%40googlegroups.com.


[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
Hey again, 
i have added the researcher-profile.entity-type = Person in 
researcher-profile.cfg and in local.cfg but nothing happened. Same error
I have restarter multiple time tomcat but still take this error 
Στις Τετάρτη 24 Απριλίου 2024 στις 5:52:56 μ.μ. UTC+3, ο χρήστης DSpace 
Technical Support έγραψε:

> Hi,
>
> That "No collection found for researcher profiles" error likely means that 
> you have no Collection created which will accept "Person" Entity types (see 
> the "Entity Type" field in the Collection creation/edit form).   Researcher 
> Profiles are Person entities, and it's not possible to create them without 
> a valid Collection.  By default, DSpace will attempt to locate the *first* 
> Collection it can find which accepts "Person" entities. But you can also 
> configure it via this setting in your "researcher-profile.cfg": 
> https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10
>
> ORCID integration *requires* enabling/using Researcher Profiles.  For more 
> information on Researcher Profiles, see the documentation at 
> https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles
>
> Tim
>
> On Wednesday, April 24, 2024 at 8:54:52 AM UTC-5 xristos...@gmail.com 
> wrote:
>
>> What is this "No collection found for researcher profiles"
>>  when i try to connect profile?
>> Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης Χρήστος 
>> Κατσάνης (Χρήστος) έγραψε:
>>
>>> Hey i have problem with orcid when i logged in with orcid in my dspace 
>>> site orcid redirects me to PORT 4000/error
>>>
>>> My settings on orcid.cfg 
>>> orcid.domain-url= https://orcid.org
>>> orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
>>> orcid.token-url = ${orcid.domain-url}/oauth/token
>>> orcid.api-url = https://api.orcid.org/v3.0
>>> orcid.public-url = https://pub.orcid.org/v3.0
>>> orcid.redirect-url = ${dspace.server.url}/api/authn/orcid
>>>
>>> In my orcid account i have my dspace front end url as application url
>>> and redirect is https://example.gr/server/api/authn/orcid
>>>
>>> I have apache2 as proxy that redirects all request to 8080 from server 
>>> and 4000 for frontend
>>>
>>> I retrieve an error as above
>>> This site can’t provide a secure connection* example.gr 
>>>  *
>>>
>>>  sent an invalid response.
>>> ERR_SSL_PROTOCOL_ERROR 
>>>
>>

-- 
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/371f9495-b259-4666-9d38-c4e11c4ea0a5n%40googlegroups.com.


[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread DSpace Technical Support
Hi,

That "No collection found for researcher profiles" error likely means that 
you have no Collection created which will accept "Person" Entity types (see 
the "Entity Type" field in the Collection creation/edit form).   Researcher 
Profiles are Person entities, and it's not possible to create them without 
a valid Collection.  By default, DSpace will attempt to locate the *first* 
Collection it can find which accepts "Person" entities. But you can also 
configure it via this setting in your 
"researcher-profile.cfg": 
https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/researcher-profile.cfg#L9-L10

ORCID integration *requires* enabling/using Researcher Profiles.  For more 
information on Researcher Profiles, see the documentation 
at https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles

Tim

On Wednesday, April 24, 2024 at 8:54:52 AM UTC-5 xristos...@gmail.com wrote:

> What is this "No collection found for researcher profiles"
>  when i try to connect profile?
> Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης Χρήστος 
> Κατσάνης (Χρήστος) έγραψε:
>
>> Hey i have problem with orcid when i logged in with orcid in my dspace 
>> site orcid redirects me to PORT 4000/error
>>
>> My settings on orcid.cfg 
>> orcid.domain-url= https://orcid.org
>> orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
>> orcid.token-url = ${orcid.domain-url}/oauth/token
>> orcid.api-url = https://api.orcid.org/v3.0
>> orcid.public-url = https://pub.orcid.org/v3.0
>> orcid.redirect-url = ${dspace.server.url}/api/authn/orcid
>>
>> In my orcid account i have my dspace front end url as application url
>> and redirect is https://example.gr/server/api/authn/orcid
>>
>> I have apache2 as proxy that redirects all request to 8080 from server 
>> and 4000 for frontend
>>
>> I retrieve an error as above
>> This site can’t provide a secure connection* example.gr 
>>  *
>>
>>  sent an invalid response.
>> ERR_SSL_PROTOCOL_ERROR 
>>
>

-- 
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/c4bbca82-10c0-48a8-bcd0-f9d57073ea8an%40googlegroups.com.


[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
What is this "No collection found for researcher profiles"
 when i try to connect profile?
Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης Χρήστος 
Κατσάνης (Χρήστος) έγραψε:

> Hey i have problem with orcid when i logged in with orcid in my dspace 
> site orcid redirects me to PORT 4000/error
>
> My settings on orcid.cfg 
> orcid.domain-url= https://orcid.org
> orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
> orcid.token-url = ${orcid.domain-url}/oauth/token
> orcid.api-url = https://api.orcid.org/v3.0
> orcid.public-url = https://pub.orcid.org/v3.0
> orcid.redirect-url = ${dspace.server.url}/api/authn/orcid
>
> In my orcid account i have my dspace front end url as application url
> and redirect is https://example.gr/server/api/authn/orcid
>
> I have apache2 as proxy that redirects all request to 8080 from server and 
> 4000 for frontend
>
> I retrieve an error as above
> This site can’t provide a secure connection* example.gr 
>  *
>
>  sent an invalid response.
> ERR_SSL_PROTOCOL_ERROR 
>

-- 
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/1ae7fd3a-7d91-4892-adc4-f02168c0280en%40googlegroups.com.