Re: [OAUTH-WG] Assertion Profile PHP library
Elena Lozano <elena.lozano@rediris.es> Mon, 28 June 2010 09:45 UTC
Return-Path: <elena.lozano@rediris.es>
X-Original-To: oauth@core3.amsl.com
Delivered-To: oauth@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 2E88B3A69C3 for <oauth@core3.amsl.com>; Mon, 28 Jun 2010 02:45:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.998
X-Spam-Level:
X-Spam-Status: No, score=-3.998 tagged_above=-999 required=5 tests=[BAYES_50=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qKr609PjZboz for <oauth@core3.amsl.com>; Mon, 28 Jun 2010 02:45:46 -0700 (PDT)
Received: from irisout3.rediris.es (irisout3.rediris.es [130.206.24.5]) by core3.amsl.com (Postfix) with ESMTP id 78FFF3A687E for <oauth@ietf.org>; Mon, 28 Jun 2010 02:45:44 -0700 (PDT)
X-IronPort-AV: E=Sophos; i="4.53,496,1272837600"; d="scan'208,217"; a="24415775"
Received: from snail.rediris.es.6.206.130.in-addr.arpa ([130.206.6.77]) by cain.rediris.es with ESMTP/TLS/AES128-SHA; 28 Jun 2010 11:42:44 +0200
From: Elena Lozano <elena.lozano@rediris.es>
Mime-Version: 1.0 (Apple Message framework v1081)
Content-Type: multipart/alternative; boundary="Apple-Mail-1-910925121"
Date: Mon, 28 Jun 2010 11:45:52 +0200
In-Reply-To: <AANLkTikTes81Q5YkX3mKgKBLe3lXRy8EiBj5-cXm170F@mail.gmail.com>
To: oauth@ietf.org
References: <AANLkTikTes81Q5YkX3mKgKBLe3lXRy8EiBj5-cXm170F@mail.gmail.com>
Message-Id: <B4DCE065-F2FB-41DD-8C5E-27DF3836C51D@rediris.es>
X-Mailer: Apple Mail (2.1081)
Subject: Re: [OAUTH-WG] Assertion Profile PHP library
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jun 2010 09:45:47 -0000
Hi everyone, In RedIRIS[1], the Spanish academic and research network that provides advanced communication services to the scientific community and national universities, we are developing a PHP library to the Assertion Profile of the OAuth2 specification. This library [2] is in development and we're trying to adapt it to the newest version of the protocol. So far, it has been adapted to the draft v08. We have developed an Authorization Server, a Resource Server and a Client. All the documentation and specification is in the url below. We've been using it in some use cases and works fine in our environment. The documentation is still in its initial state, so if you think something needs more explanation, let us know! We're open to any suggestions and reports, Thanks! Elena. [1] http://www.rediris.es/ [2] http://www.rediris.es/oauth2
- [OAUTH-WG] PHP-based OAuth 2.0 library, with samp… Tim Ridgely
- Re: [OAUTH-WG] Assertion Profile PHP library Elena Lozano