Re: [OAUTH-WG] Can a client send the Authorization Request?
Justin Richer <jricher@mit.edu> Tue, 25 May 2021 19:54 UTC
Return-Path: <jricher@mit.edu>
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 DDE723A1B6E
for <oauth@ietfa.amsl.com>; Tue, 25 May 2021 12:54:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.895
X-Spam-Level:
X-Spam-Status: No, score=-1.895 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_BLOCKED=0.001,
SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001]
autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44])
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id gS0W27ANMOLs for <oauth@ietfa.amsl.com>;
Tue, 25 May 2021 12:54:48 -0700 (PDT)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 69BB33A1B6B
for <oauth@ietf.org>; Tue, 25 May 2021 12:54:48 -0700 (PDT)
Received: from [192.168.1.49] (static-71-174-62-56.bstnma.fios.verizon.net
[71.174.62.56]) (authenticated bits=0)
(User authenticated as jricher@ATHENA.MIT.EDU)
by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 14PJsh5Z015330
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT);
Tue, 25 May 2021 15:54:43 -0400
From: Justin Richer <jricher@mit.edu>
Message-Id: <357FECAE-9884-4A73-90FA-3F2FC44A0D1C@mit.edu>
Content-Type: multipart/alternative;
boundary="Apple-Mail=_51249339-2270-43FE-BE8D-9324DDBCADCB"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.6\))
Date: Tue, 25 May 2021 15:54:42 -0400
In-Reply-To: <CAP=vD9sq72MKuw37voGE-0FAHpDXS-QsaRDHK04d3jFuNunyHA@mail.gmail.com>
Cc: "A. Rothman" <amichai2@amichais.net>, IETF oauth WG <oauth@ietf.org>
To: Sascha Preibisch <saschapreibisch@gmail.com>
References: <952456782.01621954787444.JavaMail.root@shefa>
<CAP=vD9sq72MKuw37voGE-0FAHpDXS-QsaRDHK04d3jFuNunyHA@mail.gmail.com>
X-Mailer: Apple Mail (2.3608.120.23.2.6)
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/Rt3N2lm5IhGiU90gAu_-c2RjQeQ>
Subject: Re: [OAUTH-WG] Can a client send the Authorization Request?
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Tue, 25 May 2021 19:54:53 -0000
One point, the client doesn’t POST to the authorization endpoint, the resource owner’s browser is supposed to POST to the authorization endpoint — it’s an important distinction. And in the wild, this is really rare to see in use. As written, this is not compliant with OAuth2. I agree that this sounds a lot like PAR, except for the fact that the URL getting sent back sounds like it’s used directly as the redirect. Where PAR sends back a URI to be tacked onto the authorization endpoint as a parameter, this is sending back the full URL to send the browser to. In this way, it sounds more like GNAP’s “redirect” interaction start method, which follows that pattern. https://www.ietf.org/archive/id/draft-ietf-gnap-core-protocol-05.html#name-redirect-to-an-arbitrary-ur <https://www.ietf.org/archive/id/draft-ietf-gnap-core-protocol-05.html#name-redirect-to-an-arbitrary-ur> GNAP uses this pattern for both greater security and greater flexibility in this step — In my opinion it’s basically what PAR would have been if we hadn’t started with the parameterized authorization endpoint. — Justin > On May 25, 2021, at 11:28 AM, Sascha Preibisch <saschapreibisch@gmail.com> wrote: > > Hello Amichai! > > There could be several reasons why you see that behaviour in your web browser. For example: > > - This RFC suggests sending a request to the authorization server, get a session specific URL back which can be forwarded to the authorization server via the browser. This is OAuth PAR (Pushed Authorization Request): https://datatracker.ietf.org/doc/html/draft-ietf-oauth-par <https://datatracker.ietf.org/doc/html/draft-ietf-oauth-par>. I have also made a video about this flow, maybe it matches what you are seeing on your web server: https://www.youtube.com/watch?v=fE11HJRCL-k <https://www.youtube.com/watch?v=fE11HJRCL-k> > > - In addition RFC 6749 also allows a client to POST to the authorization endpoint > > I hope this helps, > Sascha > > On Tue, 25 May 2021 at 08:00, A. Rothman <amichai2@amichais.net <mailto:amichai2@amichais.net>> wrote: > Hi, > > In RFC 6749 section 4.1, the Authorization Code Grant flow starts with: > > (A) The client initiates the flow by directing the resource owner's > user-agent to the authorization endpoint. The client includes > its client identifier, requested scope, local state, and a > redirection URI to which the authorization server will send the > user-agent back once access is granted (or denied). > > (B) The authorization server authenticates the resource owner (via > the user-agent) and establishes whether the resource owner > grants or denies the client's access request. > > > From this, and most explanation I've seen, I understand that the client > (e.g. my web server) is supposed to prepare the Authorization Request > URL but instead of sending it to the Authorization Server, it redirects > the user agent which is the one actually making the HTTP request. It > then goes back and forth with the Authorization Server (with HTML and > posting forms and whatnot), and eventually receives the Authorization > Response which redirects the user agent back to the client's callback > URL with the included code parameter. So as far as the Authorization > Request/Response flow goes, there is no direct communications between > the client and Authorization Server up to this point (before the token > exchange). > > 1. Basically correct so far? > > Now, I've encountered a provider that works slightly differently (but > still with the Authorization Code Grant scheme): the client (my web > server) is supposed to send the Authorization Request directly to the > Authorization Server, then receive some opaque URL, and redirect the > user agent to there to continue the process. I suppose this URL is > equivalent to one from the middle of the 'back and forth' in the > previous scenario. The rest of the flow continues the same. So > basically, the initial redirect response and HTTP request are reversed - > instead of first redirect and then request (from user agent), there is > first the request (from client) and then redirect. > > So the questions are: > > 2. Is this compliant with the RFC? > > 3. Is it any less secure? (even if not strictly compliant with the RFC's > flow, it may still be secure...) > > 4. If it is less secure, what are the possible vulnerabilities or > attacks made possible here that are mitigated in the original flow? > > 5. They claim the change is made because they insist on using MTLS on > all Authentication Server endpoints, including the Authorization > Endpoint. Does this make sense? Does it add security, or is the OAUTH2 > flow just as secure without MTLS on the Authorization Endpoint? > > Thanks, > > Amichai > > > > _______________________________________________ > OAuth mailing list > OAuth@ietf.org <mailto:OAuth@ietf.org> > https://www.ietf.org/mailman/listinfo/oauth <https://www.ietf.org/mailman/listinfo/oauth> > _______________________________________________ > OAuth mailing list > OAuth@ietf.org > https://www.ietf.org/mailman/listinfo/oauth
- [OAUTH-WG] Can a client send the Authorization Re… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… Torsten Lodderstedt
- Re: [OAUTH-WG] Can a client send the Authorizatio… Sascha Preibisch
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… Justin Richer
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… Justin Richer
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… Justin Richer
- Re: [OAUTH-WG] Can a client send the Authorizatio… Aaron Parecki
- Re: [OAUTH-WG] Can a client send the Authorizatio… Sascha Preibisch
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… Sascha Preibisch
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman
- Re: [OAUTH-WG] Can a client send the Authorizatio… Justin Richer
- Re: [OAUTH-WG] Can a client send the Authorizatio… A. Rothman