You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by corno corno <cr...@gmail.com> on 2012/05/23 07:22:06 UTC

OAuth support out of the box

Hi there,

Does Thrift come with any OAuth support or is it fairly easily pluggable to
have it work according to spec when using Thrift via the http/s
communication channel?

I've had a read around on the net and it doesn't seem to be standard with
it.  Seems that even Evernote has quite an own-rolled version of OAuth on
their Thrift API.

Thanks in advance for any extra info regarding this.

AW: OAuth support out of the box

Posted by Roger Meier <ro...@bufferoverflow.ch>.
Some languages do SASL, see doc/thrift-sasl-spec.txt
I think OAuth is a hot candidate for a HTTP specific authentication
mechanisms across languages.

> -----Ursprüngliche Nachricht-----
> Von: Mark Slee [mailto:mslee@fb.com]
> Gesendet: Mittwoch, 23. Mai 2012 22:19
> An: user@thrift.apache.org
> Betreff: Re: OAuth support out of the box
> 
> Definitely no OAuth support built in. Thrift operates a couple layers
lower on
> the stack than that. Certainly possible to implement OAuth with Thrift as
the
> transport and request mechanism, but it's far from out-of-the-box.
> 
> On 5/22/12 10:22 PM, "corno corno" <cr...@gmail.com> wrote:
> 
> >Hi there,
> >
> >Does Thrift come with any OAuth support or is it fairly easily
> >pluggable to have it work according to spec when using Thrift via the
> >http/s communication channel?
> >
> >I've had a read around on the net and it doesn't seem to be standard
> >with it.  Seems that even Evernote has quite an own-rolled version of
> >OAuth on their Thrift API.
> >
> >Thanks in advance for any extra info regarding this.
> 
> 



Silverlight support

Posted by 夏美浩 <xi...@investoday.com.cn>.
Hi, all

How to support silverlight ? We find a solution for it, but it doesn't support asynchronous. [silverlight 4/5]

We read source code of thrift, but find nothing, tell me the supportted plan or how to do please, tks.




Base

Re: OAuth support out of the box

Posted by Mark Slee <ms...@fb.com>.
Definitely no OAuth support built in. Thrift operates a couple layers
lower on the stack than that. Certainly possible to implement OAuth with
Thrift as the transport and request mechanism, but it's far from
out-of-the-box.

On 5/22/12 10:22 PM, "corno corno" <cr...@gmail.com> wrote:

>Hi there,
>
>Does Thrift come with any OAuth support or is it fairly easily pluggable
>to
>have it work according to spec when using Thrift via the http/s
>communication channel?
>
>I've had a read around on the net and it doesn't seem to be standard with
>it.  Seems that even Evernote has quite an own-rolled version of OAuth on
>their Thrift API.
>
>Thanks in advance for any extra info regarding this.