Re: [kitten] Token Preauth for Kerberos
"Dr. Greg Wettstein" <greg@wind.enjellic.com> Fri, 13 June 2014 09:11 UTC
Return-Path: <greg@wind.enjellic.com>
X-Original-To: kitten@ietfa.amsl.com
Delivered-To: kitten@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5CAD11A035B for <kitten@ietfa.amsl.com>; Fri, 13 Jun 2014 02:11:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.543
X-Spam-Level:
X-Spam-Status: No, score=-2.543 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.651, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_HK_NAME_DR=0.01] autolearn=ham
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 lVG7Vmc6rdY0 for <kitten@ietfa.amsl.com>; Fri, 13 Jun 2014 02:11:04 -0700 (PDT)
Received: from wind.enjellic.com (wind.enjellic.com [76.10.64.91]) by ietfa.amsl.com (Postfix) with ESMTP id 6FDA21A030E for <kitten@ietf.org>; Fri, 13 Jun 2014 02:11:04 -0700 (PDT)
Received: from wind.enjellic.com (localhost [127.0.0.1]) by wind.enjellic.com (8.14.3/8.14.3) with ESMTP id s5D9Axsi022461; Fri, 13 Jun 2014 04:11:00 -0500
Received: (from greg@localhost) by wind.enjellic.com (8.14.3/8.14.3/Submit) id s5D9AxVa022460; Fri, 13 Jun 2014 04:10:59 -0500
Date: Fri, 13 Jun 2014 04:10:59 -0500
From: "Dr. Greg Wettstein" <greg@wind.enjellic.com>
Message-Id: <201406130910.s5D9AxVa022460@wind.enjellic.com>
In-Reply-To: "Zheng, Kai" <kai.zheng@intel.com> "Token Preauth for Kerberos" (Jun 10, 12:19pm)
X-Mailer: Mail User's Shell (7.2.6-ESD1.0 03/31/2012)
To: "Zheng, Kai" <kai.zheng@intel.com>, "kitten@ietf.org" <kitten@ietf.org>, "krbdev@mit.edu" <krbdev@mit.edu>
X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.3 (wind.enjellic.com [0.0.0.0]); Fri, 13 Jun 2014 04:11:00 -0500 (CDT)
Archived-At: http://mailarchive.ietf.org/arch/msg/kitten/w1JVXsBkhtj21U-Z-JTh7Ds4dU8
X-Mailman-Approved-At: Sun, 15 Jun 2014 21:25:52 -0700
Subject: Re: [kitten] Token Preauth for Kerberos
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: gw@idfusion.org
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/kitten>, <mailto:kitten-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/kitten/>
List-Post: <mailto:kitten@ietf.org>
List-Help: <mailto:kitten-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jun 2014 14:09:47 -0000
On Jun 10, 12:19pm, "Zheng, Kai" wrote: } Subject: Token Preauth for Kerberos > Hi all, Good morning Kai, I hope the end of you week is going well. > I would like to mention an effort regarding Kerberos and propose a > new Kerberos preauth mechanism, token-preauth. Before dive into that, > please kindly allow me to introduce, mainly for the background and > scenario for the proposal. > > I'm an engineer from Intel and develop identity and security related > products. The current focus is Apache Hadoop, and our goal is > enabling Hadoop to support more authentication mechanisms and > providers. Currently Hadoop only supports Kerberos authentication > method as the built-in secured one and it's not easy to add more > since it involves changing into many projects on top of it in the > large ecosystem. The community had proposed a token based > authentication, planned to add TokenAuth method for Hadoop and by > TokenAuth then all kinds of authentication providers can be > supported since their authentication results can be wrapped into > token, and the token can be employed to authenticate to Hadoop > across the ecosystem. The effort is still undergoing. Considering > the complexity, risk and deployment overhead of this approach, our > team investigate and think of another possible solution, > i.e. support token in Kerberos. The basic idea is allow end users to > authenticate to Kerberos wit! h their tokens and obtain tickets, > then access Hadoop services using the tickets as current flow > goes. The PoC was already done, and we make it work seamlessly from > MIT Kerberos to Java world and Hadoop. However we think it's very > important to get the key point token-preauth be reviewed by you > security and Kerberos experts, to make sure it's defined and > implemented in compliance with the existing standards and protocols, > without involving security critical leaks. So please kindly give > your feedback and we appreciate it. > > The proposal - Kerberos token-preauth > This proposes to add another preauthentication mechanism similar to > OTP and PKINIT for Kerberos, based on Kerberos preauthentication > framework and FAST tunnel. It allows 3rd party token in JWT format > like OAuth bearer token can be used as credential to authenticate to > KDC for a normal principal instead of user password. When using the > token to request a tgt, the user name or other attributes claimed in > the token must match the target Kerberos principal. PKI is used to > establish the trust relationship between 3rd party token issuer and > KDC. According to configured certificate and public/private keys KDC > decrypt and verify the token, and determines to issue ticket or not > according to configured policy. The token itself will be wrapped > into ticket as new authorization data and carried on to application > server side. The tgt and derived service ticket resulted from token > are not in much difference except the contained token and work > exactly as normally. Besides that in applicatio! n servers, token > can be extracted from service ticket and employed further to do > fine-grained authorization since the token can contain rich identity > attributes. > > POC implementation > > 1. We implement a token-preauth plugin for MIT Kerberos like OTP > one and it does all the necessary work that should be done for > Kerberos itself in both client side and KDC side. We need update > krb5.conf and kdc.conf to use and enable the mechanism. The plugin is > a so module and can be separately installed/deployed. To protect token > between client and KDC in KDC-REQ/KDC-REP exchanges, FAST must be > used, therefore we suggest PKINIT be deployed also. .. [ much material deleted ] ... At a conceptual level we did a great deal of work on this back in 2007. Look through the archives of the Kerberos development list for 'One-Time-Identification'. Unfortunately at that time no one really thought authorization was all that important and there was a fair amount of contempt in the community for using the Kerberos supplied authorization data. OTI was an outgrowth of work which we started doing in 2001 on the issue of intrinsic definition of identity. In that work the notion of authorization for a service naturally falls out of the identity definition model. If you GOOGLE around a bit you will find a presentation we did at a Kerberos/AFS conference at Ann Arbor on how this was applied to Kerberos. We implemented OTI as a pre-authentication method and it was a fairly natural fit. The concept was roughly a bearer token model where the service authorization identity was used in concert with the user password to generate a one time encryption of the service authorization token. We've since taken that work into the trusted system domain and it continues to prove itself in combination with software/hardware attestation. > Regards, > Kai We've actually had ongoing conversations with your organization. If you are interested we could take an additional conversation offline. Have a good weekend. Greg }-- End of excerpt from "Zheng, Kai" As always, Dr. G.W. Wettstein, Ph.D. IDfusion.org 4206 N. 19th Ave. Unified health identity architecture. Fargo, ND 58102 PH: 701-281-1686 FAX: 701-281-3949 EMAIL: greg@idfusion.org ------------------------------------------------------------------------------ "My thoughts on trusting Open-Source? A quote I once saw said it best: 'Remember, Amateurs built the ark. Professionals built the Titanic.' Perhaps most significantly the ark was one guy, there were no doubt committees involved with the Titanic project." -- Dr. G.W. Wettstein Resurrection
- [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Thomas Hardjono
- Re: [kitten] Token Preauth for Kerberos Greg Hudson
- Re: [kitten] Token Preauth for Kerberos Nordgren, Bryce L -FS
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- [kitten] Verified authorization data Peter Mogensen
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Verified authorization data Simo Sorce
- Re: [kitten] Verified authorization data Peter Mogensen
- Re: [kitten] Verified authorization data Simo Sorce
- Re: [kitten] Token Preauth for Kerberos Nathaniel McCallum
- Re: [kitten] Verified authorization data Peter Mogensen
- Re: [kitten] Verified authorization data Simo Sorce
- Re: [kitten] Verified authorization data Peter Mogensen
- Re: [kitten] Verified authorization data Simo Sorce
- Re: [kitten] Verified authorization data Peter Mogensen
- Re: [kitten] Verified authorization data Simo Sorce
- Re: [kitten] Verified authorization data Peter Mogensen
- Re: [kitten] Verified authorization data Simo Sorce
- Re: [kitten] Token Preauth for Kerberos Simo Sorce
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Wang Weijun
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Simo Sorce
- Re: [kitten] Token Preauth for Kerberos Dr. Greg Wettstein
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Simo Sorce
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Greg Hudson
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai
- Re: [kitten] Token Preauth for Kerberos Benjamin Kaduk
- Re: [kitten] Token Preauth for Kerberos Zheng, Kai