JASPIC progress

2016-02-16 Thread Mark Thomas
All, I picked an OAuth module at random ([1]) and tried it with the current JASPIC implementation. The good news is that it worked. However, that project only provides the ServerAuthModule. That means there is no AuthConfigProvider, ServerAuthConfig or ServerAuthContext. I have thrown together so

Re: JASPIC progress

2016-02-10 Thread Mark Thomas
On 10/02/2016 14:03, Arjan Tijms wrote: > Mark Thomas-2 wrote >> As I thought about this some more, I realised that there is nothing in >> the Servlet Container profile in the JASPIC spec (that I have been able >> to find) about when AuthConfigProvider registration takes place. This >> means tha

Re: JASPIC progress

2016-02-10 Thread Arjan Tijms
-- View this message in context: http://tomcat.10.x6.nabble.com/JASPIC-progress-tp5046266p5046307.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...

Re: JASPIC progress

2016-02-09 Thread Rémy Maucherat
2016-02-09 15:26 GMT+01:00 Mark Thomas : > On 09/02/2016 14:18, Rémy Maucherat wrote: > > 2016-02-09 15:04 GMT+01:00 Mark Thomas : > > > > >> Thoughts? Comments? > >> > > > > Thanks for the report. However, the more I thought about it, the more I > was > > convinced JASPIC is useless [besides Arj

Re: JASPIC progress

2016-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/9/16 9:26 AM, Mark Thomas wrote: > On 09/02/2016 14:18, Rémy Maucherat wrote: >> 2016-02-09 15:04 GMT+01:00 Mark Thomas : > > > >>> Thoughts? Comments? >>> >> >> Thanks for the report. However, the more I thought about it, the >> more

Re: JASPIC progress

2016-02-09 Thread Mark Thomas
On 09/02/2016 14:18, Rémy Maucherat wrote: > 2016-02-09 15:04 GMT+01:00 Mark Thomas : >> Thoughts? Comments? >> > > Thanks for the report. However, the more I thought about it, the more I was > convinced JASPIC is useless [besides Arjan asking for it, there's still > nobody actually requesting

Re: JASPIC progress

2016-02-09 Thread Rémy Maucherat
2016-02-09 15:04 GMT+01:00 Mark Thomas : > I've been working with the JASPIC test suite Arjan recommended[1]. There > are a few wrinkles but I've got things working well enough that I can > test the JASPIC code I'm working on. > > I've reached the point where I need to hook in to the authenticator

JASPIC progress

2016-02-09 Thread Mark Thomas
I've been working with the JASPIC test suite Arjan recommended[1]. There are a few wrinkles but I've got things working well enough that I can test the JASPIC code I'm working on. I've reached the point where I need to hook in to the authenticators and this had raised some interesting questions.