Re: [squid-users] Squid Authentication with HTTP REST API

2017-03-21 Thread Amos Jeffries
On 20/03/2017 7:49 p.m., Serhat Koroglu wrote: > Sorry for late reply. > > I have find a suitable solution for validation through a http web > service. Here tells developing custom helper even using php: > http://freesoftwaremagazine.com/articles/authentication_with_squid/ > That's nice. > > >

Re: [squid-users] Squid Authentication with HTTP REST API

2017-03-21 Thread Amos Jeffries
On 20/03/2017 9:27 p.m., Eliezer Croitoru wrote: > Hey Serhat, > > The right way to support OAUTH2 or any similar idea would be using an ICAP > service or ECAP module(to my knowledge). Sigh. Another perfect example of how giving us incorrect information results in bad answers. OAuth2 is an

Re: [squid-users] Squid Authentication with HTTP REST API

2017-03-20 Thread Eliezer Croitoru
at Koroglu [mailto:serhatkoro...@outlook.com] Sent: Monday, March 20, 2017 8:49 AM To: Eliezer Croitoru <elie...@ngtech.co.il>; squid-users@lists.squid-cache.org Subject: Re: [squid-users] Squid Authentication with HTTP REST API Sorry for late reply. I have find a suitable solution for validation th

Re: [squid-users] Squid Authentication with HTTP REST API

2017-03-20 Thread Serhat Koroglu
lie...@ngtech.co.il> Sent: Wednesday, March 15, 2017 12:01:15 PM To: 'Serhat Koroglu' Cc: squid-users@lists.squid-cache.org Subject: RE: [squid-users] Squid Authentication with HTTP REST API Hey Serhat,(first name right?) >From what I understand you have a specific case. Today the squi

Re: [squid-users] Squid Authentication with HTTP REST API

2017-03-15 Thread Eliezer Croitoru
: Wednesday, March 15, 2017 4:04 AM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Squid Authentication with HTTP REST API On 14/03/2017 8:15 p.m., Serhat Koroglu wrote: > Hello, > > Is there any possibilty implementing an authentication through a custom XML > Web Service or H

Re: [squid-users] Squid Authentication with HTTP REST API

2017-03-14 Thread Amos Jeffries
On 14/03/2017 8:15 p.m., Serhat Koroglu wrote: > Hello, > > Is there any possibilty implementing an authentication through a custom XML > Web Service or HTTP REST API? What should I check? > Squid supports the HTTP authentication framework (RFC 7235 ).