Changeset 1938 for draft-ietf-httpbis-authscheme-registrations
- Timestamp:
- 13/10/12 11:24:51 (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
r1937 r1938 422 422 } 423 423 @bottom-center { 424 content: "Expires April 1 4, 2013";424 content: "Expires April 16, 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-1 1">455 <meta name="dct.issued" scheme="ISO8601" content="2012-10-13"> 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 1 1, 2012</td>472 <td class="right">October 13, 2012</td> 473 473 </tr> 474 474 <tr> 475 <td class="left">Expires: April 1 4, 2013</td>475 <td class="left">Expires: April 16, 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 1 4, 2013.</p>501 <p>This Internet-Draft will expire on April 16, 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> … … 538 538 <table> 539 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>544 <tr>545 540 <td class="reference"><b id="RFC2617">[RFC2617]</b></td> 546 541 <td class="top"><a href="mailto:john@math.nwu.edu" title="Northwestern University, Department of Mathematics">Franks, J.</a>, <a href="mailto:pbaker@verisign.com" title="Verisign Inc.">Hallam-Baker, P.</a>, <a href="mailto:jeff@AbiSource.com" title="AbiSource, Inc.">Hostetler, J.</a>, <a href="mailto:lawrence@agranat.com" title="Agranat Systems, Inc.">Lawrence, S.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, Luotonen, A., and <a href="mailto:stewart@OpenMarket.com" title="Open Market, Inc.">L. Stewart</a>, “<a href="http://tools.ietf.org/html/rfc2617">HTTP Authentication: Basic and Digest Access Authentication</a>”, RFC 2617, June 1999. … … 555 550 <td class="reference"><b id="RFC5849">[RFC5849]</b></td> 556 551 <td class="top">Hammer-Lahav, E., “<a href="http://tools.ietf.org/html/rfc5849">The OAuth 1.0 Protocol</a>”, RFC 5849, April 2010. 552 </td> 553 </tr> 554 <tr> 555 <td class="reference"><b id="RFC6750">[RFC6750]</b></td> 556 <td class="top">Jones, M. and D. Hardt, “<a href="http://tools.ietf.org/html/rfc6750">The OAuth 2.0 Authorization Framework: Bearer Token Usage</a>”, RFC 6750, October 2012. 557 557 </td> 558 558 </tr> … … 585 585 <tr> 586 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>587 <td class="left"><a href="#RFC6750"><cite title="The OAuth 2.0 Authorization Framework: Bearer Token Usage">[RFC6750]</cite></a></td> 588 588 <td class="left"></td> 589 589 </tr> -
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.xml
r1937 r1938 173 173 </reference> 174 174 175 <reference anchor=" BEARER">175 <reference anchor="RFC6750"> 176 176 <front> 177 177 <title>The OAuth 2.0 Authorization Framework: Bearer Token Usage</title> 178 178 <author initials="M." surname="Jones" fullname="Michael B. Jones"/> 179 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"/>180 <date year="2012" month="October"/> 181 </front> 182 <seriesInfo name="RFC" value="6750"/> 183 183 </reference> 184 184 … … 196 196 197 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/>198 <c>Bearer</c><c><xref target="RFC6750"/></c><c/> 199 199 200 200 <c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/>
Note: See TracChangeset
for help on using the changeset viewer.