Changeset 1937
- Timestamp:
- 11/10/12 12:25:20 (10 years ago)
- Location:
- draft-ietf-httpbis-authscheme-registrations/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.html
r1935 r1937 422 422 } 423 423 @bottom-center { 424 content: "Expires April 7, 2013";424 content: "Expires April 14, 2013"; 425 425 } 426 426 @bottom-right { … … 453 453 <meta name="dct.creator" content="Reschke, J. F."> 454 454 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-latest"> 455 <meta name="dct.issued" scheme="ISO8601" content="2012-10- 04">455 <meta name="dct.issued" scheme="ISO8601" content="2012-10-11"> 456 456 <meta name="dct.abstract" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established."> 457 457 <meta name="description" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established."> … … 470 470 <tr> 471 471 <td class="left">Intended status: Informational</td> 472 <td class="right">October 4, 2012</td>472 <td class="right">October 11, 2012</td> 473 473 </tr> 474 474 <tr> 475 <td class="left">Expires: April 7, 2013</td>475 <td class="left">Expires: April 14, 2013</td> 476 476 <td class="right"></td> 477 477 </tr> … … 499 499 in progress”. 500 500 </p> 501 <p>This Internet-Draft will expire on April 7, 2013.</p>501 <p>This Internet-Draft will expire on April 14, 2013.</p> 502 502 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 503 503 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 536 536 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 537 537 </h1> 538 <table> 538 <table> 539 <tr> 540 <td class="reference"><b id="BEARER">[BEARER]</b></td> 541 <td class="top">Jones, M. and D. Hardt, “<a href="http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer-23">The OAuth 2.0 Authorization Framework: Bearer Token Usage</a>”, Internet-Draft draft-ietf-oauth-v2-bearer-23 (work in progress), August 2012. 542 </td> 543 </tr> 539 544 <tr> 540 545 <td class="reference"><b id="RFC2617">[RFC2617]</b></td> … … 579 584 </tr> 580 585 <tr> 586 <td class="left">Bearer</td> 587 <td class="left"><a href="#BEARER"><cite title="The OAuth 2.0 Authorization Framework: Bearer Token Usage">[BEARER]</cite></a></td> 588 <td class="left"></td> 589 </tr> 590 <tr> 581 591 <td class="left">Digest</td> 582 592 <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="http://tools.ietf.org/html/rfc2617#section-3">Section 3</a></td> … … 618 628 </li> 619 629 </ul> 620 <p id="rfc.section.B.5.p.2">Update draft-ietf-httpbis-p7-auth reference. </p>630 <p id="rfc.section.B.5.p.2">Update draft-ietf-httpbis-p7-auth reference. Added OAuth 2.0 Bearer scheme.</p> 621 631 </body> 622 632 </html> -
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.xml
r1935 r1937 173 173 </reference> 174 174 175 <reference anchor="BEARER"> 176 <front> 177 <title>The OAuth 2.0 Authorization Framework: Bearer Token Usage</title> 178 <author initials="M." surname="Jones" fullname="Michael B. Jones"/> 179 <author initials="D." surname="Hardt" fullname="Dick Hardt"/> 180 <date year="2012" month="August" day="1" /> 181 </front> 182 <seriesInfo name="Internet-Draft" value="draft-ietf-oauth-v2-bearer-23" /> 183 </reference> 184 175 185 </references> 176 186 … … 186 196 187 197 <c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/> 198 <c>Bearer</c><c><xref target="BEARER"/></c><c/> 188 199 189 200 <c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/> … … 244 255 </t> 245 256 <t> 246 Update draft-ietf-httpbis-p7-auth reference. 257 Update draft-ietf-httpbis-p7-auth reference. Added OAuth 2.0 Bearer scheme. 247 258 </t> 248 259 </section>
Note: See TracChangeset
for help on using the changeset viewer.