[OAUTH-WG] SAML Assertion Flow (was: Draft progress update)

Marius Scurtescu <mscurtescu@google.com> Thu, 01 April 2010 18:21 UTC

Return-Path: <mscurtescu@google.com>
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 850993A6A6F for <oauth@core3.amsl.com>; Thu, 1 Apr 2010 11:21:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.327
X-Spam-Level:
X-Spam-Status: No, score=-104.327 tagged_above=-999 required=5 tests=[AWL=0.520, BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
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 0lEqpMJb0WD7 for <oauth@core3.amsl.com>; Thu, 1 Apr 2010 11:21:02 -0700 (PDT)
Received: from smtp-out.google.com (smtp-out.google.com [216.239.44.51]) by core3.amsl.com (Postfix) with ESMTP id 20E253A696E for <oauth@ietf.org>; Thu, 1 Apr 2010 11:21:01 -0700 (PDT)
Received: from kpbe14.cbf.corp.google.com (kpbe14.cbf.corp.google.com [172.25.105.78]) by smtp-out.google.com with ESMTP id o31ILV2H021784 for <oauth@ietf.org>; Thu, 1 Apr 2010 11:21:31 -0700
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1270146091; bh=yAEMOMg2zZ1GItuKW0k6DeKuAtA=; h=MIME-Version:From:Date:Message-ID:Subject:To:Cc:Content-Type; b=uqfci8QBvll9niVIaVciqu9pJpLHZVZPi6gxOqE/j9Lzwd03BjDyQrno+QweeElvN TdSaEpjpyKe4HZi99rDiA==
DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:from:date:message-id:subject:to:cc: content-type:x-system-of-record; b=cdjFGg307HGSPIGYj3bDfLiiZaaCJzZ58uf2zP3pHZW8rEujuCwR+a203CJlM3cJg 6WKWHZJaI8Ie/eQ/AphUw==
Received: from pvc30 (pvc30.prod.google.com [10.241.209.158]) by kpbe14.cbf.corp.google.com with ESMTP id o31ILUiC006218 for <oauth@ietf.org>; Thu, 1 Apr 2010 11:21:30 -0700
Received: by pvc30 with SMTP id 30so557041pvc.20 for <oauth@ietf.org>; Thu, 01 Apr 2010 11:21:29 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.140.248.18 with HTTP; Thu, 1 Apr 2010 11:21:08 -0700 (PDT)
From: Marius Scurtescu <mscurtescu@google.com>
Date: Thu, 01 Apr 2010 11:21:08 -0700
Received: by 10.141.12.8 with SMTP id p8mr852681rvi.160.1270146088179; Thu, 01 Apr 2010 11:21:28 -0700 (PDT)
Message-ID: <q2t74caaad21004011121z155e7741h7cf8b5719c67a5e3@mail.gmail.com>
To: Eran Hammer-Lahav <eran@hueniverse.com>
Content-Type: text/plain; charset="ISO-8859-1"
X-System-Of-Record: true
Cc: OAuth WG <oauth@ietf.org>
Subject: [OAUTH-WG] SAML Assertion Flow (was: Draft progress update)
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: Thu, 01 Apr 2010 18:21:05 -0000

Instead of "SAML Assertion Flow" maybe we should stick with the more
generic "Assertion Flow".

The assertion_format parameter allows you to define the assertion
type. Maybe we can predefine
some well know formats, for example: "saml1", "saml1.1" and "saml2"?

Marius



On Wed, Mar 31, 2010 at 6:22 PM, Eran Hammer-Lahav <eran@hueniverse.com> wrote:
> I'm making good progress working off David's draft and bringing text from
> WRAP into it, as well as from OAuth 1.0a, and my token auth proposal. So far
> it is largely in line with David's proposal and the majority of changes are
> purely editorial.
>
> The only significant change I have made (which is of course open to debate)
> is renaming all the authorization flows parameters. I dropped the oauth_
> prefix (no real need since these are purely OAuth endpoints, not protected
> resources), and made most of the parameter names shorter. I am not done so
> they are not consistent yet.
>
> You can follow my progress (changes every few hours) at:
>
> http://github.com/theRazorBlade/draft-ietf-oauth/raw/master/draft-ietf-oauth
> .txt
>
> Please feel free to comment on anything you like or dislike. I will publish
> the whole thing as an I-D once it is feature complete for the WG to discuss
> before we promote this to a WG draft.
>
> I hope to be done with the initial draft by middle of next week (I'll be
> flying most of Fri-Sat so no progress over the weekend).
>
> EHL
>
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>