Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-27 Thread Haykel BEN JEMIA
le that by server side checks e.g. trusted ips, >>> domains, user etc. Whenever server feels like there is not enough trust >>> should deny the connection. >>> >>> Obviously the topic is large enough to tackle in just a couple of lines, >>> hopes this gi

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Johannes Nel
topic is large enough to tackle in just a couple of lines, >> hopes this gives you a start ... >> C >> >> ------------------ >> *From:* Haykel BEN JEMIA >> *To:* flexcoders@yahoogroups.com >> *Sent:* Monday, September 26, 2011 1:40 PM >&g

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
ups.com > *Sent:* Monday, September 26, 2011 1:40 PM > *Subject:* Re: [flexcoders] Restrict access to an API to only allowed > applications > > > Thanks Claudiu, > > I have found a PDF of the presentation and on page 4 it says the following > about protecting sensitive data throu

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
the topic is large enough to tackle in just a couple of lines, > hopes this gives you a start ... > C > > -- > *From:* Haykel BEN JEMIA > *To:* flexcoders@yahoogroups.com > *Sent:* Monday, September 26, 2011 1:40 PM > *Subject:* Re: [flexcoders] Restrict access to an AP

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Alex Harui
w-westberg/ C From: Haykel BEN JEMIA To: flexcoders Sent: Monday, September 26, 2011 12:00 PM Subject: [flexcoders] Restrict access to an API to only allowed applications Hi, I'm looking for the best and most secure way to restrict access to a web API to only allowed applications. The

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread claudiu ursica
  From: Haykel BEN JEMIA To: flexcoders@yahoogroups.com Sent: Monday, September 26, 2011 1:40 PM Subject: Re: [flexcoders] Restrict access to an API to only allowed applications   Thanks Claudiu, I have found a PDF of the presentation and on page 4 it says the

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
ue-by-andrew-westberg/ > > C > > -- > *From:* Haykel BEN JEMIA > *To:* flexcoders > *Sent:* Monday, September 26, 2011 12:00 PM > *Subject:* [flexcoders] Restrict access to an API to only allowed > applications > > > Hi, > > I'm looking for the

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread claudiu ursica
: flexcoders Sent: Monday, September 26, 2011 12:00 PM Subject: [flexcoders] Restrict access to an API to only allowed applications   Hi, I'm looking for the best and most secure way to restrict access to a web API to only allowed applications. The best option I found is to use 2-Legged OAuth

[flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
Hi, I'm looking for the best and most secure way to restrict access to a web API to only allowed applications. The best option I found is to use 2-Legged OAuth where applications would get a consumer key and a secret key. The problem here is that SWF files can be easily decompiled and the keys ext