From user-return-17092-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Jul 11 07:26:28 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A2A74475 for ; Mon, 11 Jul 2011 07:26:28 +0000 (UTC) Received: (qmail 28604 invoked by uid 500); 11 Jul 2011 07:26:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 28171 invoked by uid 500); 11 Jul 2011 07:26:13 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 28153 invoked by uid 99); 11 Jul 2011 07:26:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 07:26:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.97.132.177] (HELO homiemail-a36.g.dreamhost.com) (208.97.132.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 07:26:02 +0000 Received: from homiemail-a36.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a36.g.dreamhost.com (Postfix) with ESMTP id 7649B778061 for ; Mon, 11 Jul 2011 00:25:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=boschma.cx; h=from:content-type :content-transfer-encoding:subject:date:message-id:to: mime-version; q=dns; s=boschma.cx; b=vyTTPUH1pWQlMtd6GFeVpx0XawJ VL4omEJjHCWzZxwTF5oKLOvpRzuAoky1gmNDXJDsa92ElJ27AYq7vHpmMObpCxoK oB83YKz6AKOriNukmELhYaIjpkwEQEtyCwX6VuA177GIOuymX+vFEspo/178bUJy sogXjRctuQW9tQY4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=boschma.cx; h=from :content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; s=boschma.cx; bh=1+FLuacXdFnd0duPKBBsreuiK6I=; b=30d/x3uq8GdIIX5VBCljB7zk2pqL0Y3l4F/SLiP8a6fp5kXbo09SKnbcqqhIy GdMphO/XzkzTTO+0tc4t59GH+e+9n1BTV61ouWemKQQWfaKEcaAPS35mydCmJddi cXl+x8yOpC83IUYA3xVn80gogg0dmhkn0S0APEvMFUElBw= Received: from [172.20.10.3] (unknown [120.155.224.111]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: marc@boschma.cx) by homiemail-a36.g.dreamhost.com (Postfix) with ESMTPSA id 70FDE77805F for ; Mon, 11 Jul 2011 00:25:40 -0700 (PDT) From: Marc Boschma Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: OAuth and LinkedIn authentication... Date: Mon, 11 Jul 2011 17:25:36 +1000 Message-Id: <6559CFB5-D15B-484F-A0B0-114CF6E66DD6@boschma.cx> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've been googling and reading code and I thought I'd ask the list. Has anyone managed to get LinkedIn users to authenticate with a CouchDB = app? I've gotten to the point of thinking the OAuth implementation = doesn't support that scenario (reading source and googling). Marc