Authentication Context Certificate Extension
draft-santesson-auth-context-extension-06
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Author |
|
Stefan Santesson
|
|
Last updated |
|
2014-05-05
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
INTERNET-DRAFT Stefan Santesson
Intended Status: Informational (3xA Security)
Expires: November 6, 2014 May 5, 2014
Authentication Context Certificate Extension
draft-santesson-auth-context-extension-06
Abstract
This document defines an extension to certificates according to
[RFC5280]. The extension defined in this document holds data about
how the certificate subject was authenticated by the Certification
Authority who issued the certificate where this extension appears.
This document also defines one data structure for inclusion in this
extension that designed to hold information when the subject is
authenticated using a SAML assertion [SAML].
Status of this Memo
This Internet-Draft is submitted to IETF in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that
other groups may also distribute working documents as
Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
The list of current Internet-Drafts can be accessed at
http://www.ietf.org/1id-abstracts.html
The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html
Copyright and License Notice
Copyright (c) 2014 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Santesson Expires November 6, 2014 [Page 1]
INTERNET DRAFT Authentication Context Extension May 5, 2014
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1 Terminology . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2 Deployment . . . . . . . . . . . . . . . . . . . . . . . . 4
2. Authentication Context Extension Syntax . . . . . . . . . . . 5
3 SAML Authentication Context Information . . . . . . . . . . . . 6
3.1 contextInfo Data Structure . . . . . . . . . . . . . . . . 6
3.1.1 AuthContextInfo Element . . . . . . . . . . . . . . . 6
3.1.2 IdAttributes Element . . . . . . . . . . . . . . . . . 8
4 Security Considerations . . . . . . . . . . . . . . . . . . . . 10
5 IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 10
6 References . . . . . . . . . . . . . . . . . . . . . . . . . . 10
6.1 Normative References . . . . . . . . . . . . . . . . . . . 10
6.2 Informative References . . . . . . . . . . . . . . . . . . 11
Appendix A - ASN.1 modules . . . . . . . . . . . . . . . . . . . . 11
A.1 ASN.1 1988 Syntax . . . . . . . . . . . . . . . . . . . . . 11
A.2 ASN.1 2008 Syntax . . . . . . . . . . . . . . . . . . . . . 12
Appendix B - SAML Authentication Context Info XML Schema . . . . . 13
B.1 XML Schema . . . . . . . . . . . . . . . . . . . . . . . . 13
Appendix C - SAML Authentication Context Info XML Examples . . . . 15
C.1 Complete context information and mappings . . . . . . . . . 15
C.2 Only mapping information without SAML attribute values . . 16
C.3 Authentication context and serialNmber mapping . . . . . . 17
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 18
Santesson Expires November 6, 2014 [Page 2]
INTERNET DRAFT Authentication Context Extension May 5, 2014
1 Introduction
The primary purpose of this document is to provide a mechanism that
allows an application to understand information that express the
identity of a subject in a certificate that is stored either in a
subject field attribute, as a subject alternative name or in a
subject directory attribute.
This addresses some needs that may arise when issuing a certificate
from an existing non-certificate based identity infrastructure where
the certificate subject already has an authenticated identity
Show full document text