Re: [OAUTH-WG] Comments on draft-richer-oauth-introspection-04

Thomas Broyer <t.broyer@gmail.com> Fri, 25 October 2013 10:00 UTC

Return-Path: <t.broyer@gmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4E92611E8135 for <oauth@ietfa.amsl.com>; Fri, 25 Oct 2013 03:00:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.548
X-Spam-Level:
X-Spam-Status: No, score=-2.548 tagged_above=-999 required=5 tests=[AWL=0.051, BAYES_00=-2.599, HTML_MESSAGE=0.001, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WQCe55AHUi-L for <oauth@ietfa.amsl.com>; Fri, 25 Oct 2013 03:00:17 -0700 (PDT)
Received: from mail-ve0-x233.google.com (mail-ve0-x233.google.com [IPv6:2607:f8b0:400c:c01::233]) by ietfa.amsl.com (Postfix) with ESMTP id 75E7311E8144 for <oauth@ietf.org>; Fri, 25 Oct 2013 03:00:05 -0700 (PDT)
Received: by mail-ve0-f179.google.com with SMTP id cz12so2430695veb.10 for <oauth@ietf.org>; Fri, 25 Oct 2013 03:00:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=LEF2WK5FRuDthb5+Pv0nl0tzbQZXtRbd2nWP4EWNZRg=; b=zXx+zdNXZPgIfEt6lVFGdqg8c4MdPouogXBff+tz2p99Q3e56jox8Y12FEt8YLTtUs xNolYEjdLWcMOQnD6UvgPcBxOU6QHCC/phlvrW5S/PriTZohjM5Jn+t+KRya9d4KoJp5 YqL12Le9KXeMVmCwb/BCqyG77YeJXtnUcEomX3PfUmCUiBGP0Ary7bbj8DdIqkM1dM4k M/3Vnk70BQUIu/sp6wkwREuB24NMOaSTYtFimsHXaFOJXZfj+m6cs6xiD0CsReb5u14e W+OtznGktd9XOObzozboCqMChMvWQ3+vBAYXzaYE+VPNEe3vtzvz/qeRsWiTcfEcXReI fbkg==
X-Received: by 10.58.207.15 with SMTP id ls15mr4006879vec.17.1382695204755; Fri, 25 Oct 2013 03:00:04 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.219.132 with HTTP; Fri, 25 Oct 2013 02:59:44 -0700 (PDT)
In-Reply-To: <F2BC6DBC-28F9-425B-8D8F-6F553B1D8B3C@mitre.org>
References: <CAEayHENijdeTVu9-OxsnrJEh0JQBrvQo0eKWSjFvXSLqwzVRWg@mail.gmail.com> <63692DF5-4616-4F53-B12E-518397CFEFB3@mitre.org> <CAEayHEMZdOY5G=A5nc_pA14gUcyNpbbeb-pVpo7Cf_yB70Mjjw@mail.gmail.com> <F2BC6DBC-28F9-425B-8D8F-6F553B1D8B3C@mitre.org>
From: Thomas Broyer <t.broyer@gmail.com>
Date: Fri, 25 Oct 2013 11:59:44 +0200
Message-ID: <CAEayHEMx=f+dBTV8XDZEpw7d=RFrWwAd_VJ9JtW_ZvjvMq6GJg@mail.gmail.com>
To: "Richer, Justin P." <jricher@mitre.org>
Content-Type: multipart/alternative; boundary="047d7b6dc6ee8325e404e98dd020"
Cc: "<oauth@ietf.org>" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Comments on draft-richer-oauth-introspection-04
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Fri, 25 Oct 2013 10:00:18 -0000

On Thu, Oct 24, 2013 at 4:36 PM, Richer, Justin P. <jricher@mitre.org>wrote:

>  On Oct 23, 2013, at 5:27 PM, Thomas Broyer <t.broyer@gmail.com>
>  wrote:
>
>  On Wed, Oct 23, 2013 at 9:22 PM, Richer, Justin P. <jricher@mitre.org>wrote:
>
>> Hi Thomas,
>>
>>  You're right in that the introspection process is about getting meta
>> data about a particular token by making an authenticated call. It does
>> reveal a lot of information about the token -- because that's exactly the
>> point of the protocol. :)
>>
>>  If the PR is compromised, then the attacker would be able to do
>> anything the PR can do, including reusing any tokens handed to the PR
>> (assuming they're bearer tokens).
>>
>
>  Yes, this is the problem with bearer tokens. Is there any spec for
> 'proof tokens' besides http-mac?
> As a mean of mitigating the issue, I was thinking about delivering a
> refresh_token and asking Clients to generate (ask the AS) different access
> tokens for each PR (or "resource set"). That would of course solve the
> issue with introspection giving too much information (to my taste), but
> puts burden on Client implementors, with no guarantee that they'll actually
> do it. AFAICT, only a 'proof token' would really solve the issue; it's in
> our backlog.
>
>
>  There are a couple of proposed holder-of-key type tokens proposed but
> none have been accepted by the working group yet. We'd be glad to have more
> input into it.
>

Any pointer?
I've only see http-mac, but I'm surprised to find nothing similar to
jwt-bearer (i.e. a signed JWT whose claim set includes the access token;
the resource server could then send the JWT to the AS which would verify
the signature and validity of the JWT wrt "exp", "iat", "nbf" and "jti"
fields, and embedded access token –could be the "sub"?–; the JWT couldn't
be used with other resource servers as its "aud" field wouldn't match)
http-mac looks much more complex, and probably with very good reasons, but
my gut feeling is that if something like jwt-bearer, which looks simpler,
is deemed secure enough as grant-type or client-assertion-type, why would
it be different for accessing protected resources?
(disclaimer: remember, I'm not a security guy)


>  This is true without doing introspection at all, since you can just
>> steal and start broadcasting the token.
>>
>
>  But then the AS could revoke the access token when it detects a high
> rate of validation/introspection requests from many different PRs,
> particularly many such requests in error!
> Giving the compromised victim the list of scopes for the token would
> severely limits the number of errors and it would be much harder to detect
> such compromised entities.
>
>
>  It depends on how closely the scopes map to specific resources and how
> much the attacker knows about that environment. It sounds like your usage
> of OAuth places a significant amount of information into the scope which
> would leak that information.
>

It's not yet really clear for us, but it'll probably be the case yes.


> In such an environment, having the PR supply the scope in the request
> somehow instead of the AS returning the scope in the response might help.
> However, what would prevent a compromised PR from fishing for the scopes of
> a given token, assuming they know the overall set of scopes the token could
> be good for?
>

Ah yes, fair enough…
A resource_id would be a good abstraction then, as it would be "private",
only known to the resource server and authorization server, making it
harder to fish for other possible uses of the token.


> In our own implementation, the PR's are tied to a specific scope set and
> the AS knows which scopes a particular PR is meant to use. With this
> information, by local policy we can actually limit which tokens the PR is
> allowed to introspect.
>

Are you also returning different values for the "scope" based on which PR
makes the request? (filtering them to only include scopes the PR is tied to)
(I'm a web guy, and "profiling" the response depending on who accesses it
goes against my REST background and is not natural to me, but that would
work I guess)

An interesting idea to send back the reason why from the AS, I'm assuming
> this would be one of the error codes defined by RFC6750?
>

Yes.

When using Token Introspection, that wouldn't be really needed though: a
400 response from the AS maps to an invalid_request, and {"active":false}
to an invalid_token, and the PR is in charge of determining whether to
return an insufficient_scope error.


>  But if all you're after is answering the question "is this token valid"
>> and you don't want any other information, your AS is fully allowed to do
>> answer just that question.
>>
>
>  As I said, I do need "more information", or rather, a more "contextual"
> information.
>
>
>  And you can add that contextual information, like UMA does, as part of
> the JSON structure that's returned.
>

By "more contextual", I meant that the "yes/no" response is more "precise"
than just "active/inactive": it's a yes/no for a particular request.
The only difference with Token Introspection is about disclosing the scopes
to the PR or not.

>
>  I think I'll just go with my custom protocol for now. Thanks for your
> answer.
>
>
> I would encourage you to rethink that stance, especially if the
> introspection protocol can be changed to accommodate your use case without
> breaking the existing use case that people are using it for. As it's a
> draft standard I'm fine with us tweaking things. Additionally, starting
> with introspection as it is would leave the door open to you interoperating
> with other systems in the future and even moving to a more comprehensive
> protocol like UMA.
>

I'll try out Token Introspection and see if it can match. I actually
already know it will IFF I trade "wide scoped" bearer tokens to either "one
bearer token per resource server" (like Torsten said) or "proof tokens".


-- 
Thomas Broyer
/tɔ.ma.bʁwa.je/ <http://xn--nna.ma.xn--bwa-xxb.je/>