Re: [dspace-tech] Authentication with Shibboleth

2021-04-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi Bill, Are you referring to DSpace 7 Beta 5? If so, there is a known issue with Shibboleth authentication right nowwe accidentally broke it between Beta 4 and Beta 5. Here's the bug ticket: https://github.com/DSpace/dspace-angular/issues/1108 And here's the PR that should​ fix it: https

Re: [dspace-tech] authentication methods to use for swordv2 different from xmlui

2020-04-16 Thread Mark H. Wood
On Wed, Apr 15, 2020 at 01:32:13PM -0400, Jose Blanco wrote: > In config/modules/authentication.cfg I have indicated the auth method I > want the system to use from the browser. > > *plugin.sequence.org.dspace.authenticate.AuthenticationMethod = > org.dspace.authenticate.PasswordAuthentication* >

Re: [dspace-tech] authentication methods to use for swordv2 different from xmlui

2020-04-15 Thread Shaun donovan
Correct. Good Luck! Shaun On 2020/04/15 20:39, Jose Blanco wrote: I was looking over the code, and this makes sense. Thank you.  I will give it a try.  I guess the method you are using in this code is PasswordAuthentication? Correct? Thank you again! -Jose On Wed, Apr 15, 2020 at 2:31 PM Sha

Re: [dspace-tech] authentication methods to use for swordv2 different from xmlui

2020-04-15 Thread Jose Blanco
I was looking over the code, and this makes sense. Thank you. I will give it a try. I guess the method you are using in this code is PasswordAuthentication? Correct? Thank you again! -Jose On Wed, Apr 15, 2020 at 2:31 PM Shaun donovan wrote: > Hi Jose. > > To accomplish the same thing in 6.

Re: [dspace-tech] authentication methods to use for swordv2 different from xmlui

2020-04-15 Thread Shaun donovan
Hi Jose. To accomplish the same thing in 6.3, I had to add two new methods to dspace-api/src/main/java/org/dspace/authenticate/AuthenticationServiceImpl.java: Line 74 @Override public int authenticateSword(Context context, String un, String pw, String realm, HttpServletRequest request) { Pa

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-23 Thread MALMQUIST Hrafn
14:03:30 To: tdono...@duraspace.org<mailto:tdono...@duraspace.org> Cc: dspace-tech@googlegroups.com<mailto:dspace-tech@googlegroups.com> Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2 Hello Tim Thanks again for taking the time to look at this. Yes, you are co

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-23 Thread Tim Donohue
> *From:* dspace-tech@googlegroups.com on > behalf of MALMQUIST Hrafn > *Sent:* 17 April 2018 14:03:30 > > *To:* tdono...@duraspace.org > *Cc:* dspace-tech@googlegroups.com > *Subject:* Re: [dspace-tech] Authentication error when depositing via > SWORDv2 > > Hel

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-23 Thread MALMQUIST Hrafn
: 17 April 2018 14:03:30 To: tdono...@duraspace.org Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2 Hello Tim Thanks again for taking the time to look at this. Yes, you are correct of course that the attempting to GET the Edit-Media

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-17 Thread MALMQUIST Hrafn
ace REST API. Best regards, Hrafn From: dspace-tech@googlegroups.com on behalf of Tim Donohue Sent: 13 April 2018 16:18:08 To: MALMQUIST Hrafn Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2 Hello Hrafn, I've had a bit of time to

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-13 Thread Tim Donohue
space > > > Any thoughts? > > > Hrafn > -- > *From:* dspace-tech@googlegroups.com on > behalf of MALMQUIST Hrafn > *Sent:* 11 April 2018 10:32:05 > *To:* tdono...@duraspace.org > > *Cc:* dspace-tech@googlegroups.com > *Subject:*

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-11 Thread MALMQUIST Hrafn
___ From: Tim Donohue Sent: 10 April 2018 15:10:31 To: MALMQUIST Hrafn Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2 Hello Hrafn, You may want to check the log files on the DSpace server ([dspace]/log/dspace.log.[date]) to see

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-11 Thread MALMQUIST Hrafn
ALMQUIST Hrafn Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2 Hello Hrafn, You may want to check the log files on the DSpace server ([dspace]/log/dspace.log.[date]) to see if further information is given on the 403 response you are seei

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-10 Thread Tim Donohue
Hello Hrafn, You may want to check the log files on the DSpace server ([dspace]/log/dspace.log.[date]) to see if further information is given on the 403 response you are seeing. The error you are getting from the "edit-media" file may be *unrelated* to the initial 403 response, as that error seem

Re: [dspace-tech] Authentication

2016-09-21 Thread Keith Jones
Thanks Andrea, This method works. I appreciate the help. Keith On Fri, Sep 16, 2016 at 5:51 AM, Andrea Bollini wrote: > Hi Keith, > > I do that in the past, if I remember correctly you just need a small > customization to the org.dspace.authenticate.PasswordAuthentication > > change the loginP

Re: [dspace-tech] Authentication

2016-09-16 Thread Andrea Bollini
Hi Keith, I do that in the past, if I remember correctly you just need a small customization to the org.dspace.authenticate.PasswordAuthentication change the loginPageURL and the loginPageTitle methods to return null, in such way it will be not shown to the user as an authentication option but