Re: [dspace-tech] Re: Authentication Plugin

2018-10-09 Thread Shaun donovan
Hi Mark. Thank you, that's the answer I was looking for :-) I am working in XMLUI, so yes, I have to do it in cocoon. I have followed your source and see that you have defined ShibbolethAction within the ePerson aspect, which is where the work happens. Happy days :-) On 2018/10/09 15:16, Ma

Re: [dspace-tech] Re: Authentication Plugin

2018-10-09 Thread Mark H. Wood
On Tuesday, October 9, 2018 at 5:19:55 AM UTC-4, Shaun Donovan wrote: > > I think I have the flow right, but it seems that it is the implementation > that is foiling me. > > Firstly, I forgot to mention that is authenticating against ADFS, and > looking at the Shibboleth Plugin, it seems as if i

Re: [dspace-tech] Re: Authentication Plugin

2018-10-09 Thread Shaun donovan
Hi Mark / Tim. Thank you so much for your insights. I think I have the flow right, but it seems that it is the implementation that is foiling me. Firstly, I forgot to mention that is authenticating against ADFS, and looking at the Shibboleth Plugin, it seems as if it would not quite work fo

Re: [dspace-tech] Re: Authentication Plugin

2018-10-04 Thread Tim Donohue
Hi Shaun, Mark has some good suggestions. I'll also add that (obviously) you need to list your Plugin in the "plugin.sequence.org.dspace.authenticate.AuthenticationMethod" configuration, for it to be picked up & recognized. Also, just a sidenote... have you tried using our Shibboleth Plugin wit

[dspace-tech] Re: Authentication Plugin

2018-10-04 Thread Mark H. Wood
On Thursday, October 4, 2018 at 4:29:42 AM UTC-4, Shaun Donovan wrote: > > I am struggling to write a SAML authentication plugin. I have tried to > make sense of the documentation regarding this, but cannot get it to work. > > Basically, I write an implementation of AuthenticationMethod, and > c