Changeset 1871 for draft-ietf-httpbis-authscheme-registrations
- Timestamp:
- 06/09/12 12:35:22 (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
r1845 r1871 422 422 } 423 423 @bottom-center { 424 content: "Expires March 5, 2013";424 content: "Expires March 10, 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-09-0 1">455 <meta name="dct.issued" scheme="ISO8601" content="2012-09-06"> 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">September 1, 2012</td>472 <td class="right">September 6, 2012</td> 473 473 </tr> 474 474 <tr> 475 <td class="left">Expires: March 5, 2013</td>475 <td class="left">Expires: March 10, 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 March 5, 2013.</p>501 <p>This Internet-Draft will expire on March 10, 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 539 <tr> 540 540 <td class="reference"><b id="RFC2617">[RFC2617]</b></td> … … 545 545 <td class="reference"><b id="RFC4559">[RFC4559]</b></td> 546 546 <td class="top">Jaganathan, K., Zhu, L., and J. Brezak, “<a href="http://tools.ietf.org/html/rfc4559">SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</a>”, RFC 4559, June 2006. 547 </td> 548 </tr> 549 <tr> 550 <td class="reference"><b id="RFC5849">[RFC5849]</b></td> 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. 547 552 </td> 548 553 </tr> … … 585 590 </td> 586 591 </tr> 592 <tr> 593 <td class="left">OAuth</td> 594 <td class="left"><a href="#RFC5849"><cite title="The OAuth 1.0 Protocol">[RFC5849]</cite></a>, <a href="http://tools.ietf.org/html/rfc5849#section-3.5.1">Section 3.5.1</a></td> 595 <td class="left"></td> 596 </tr> 587 597 </tbody> 588 598 </table> … … 603 613 <p id="rfc.section.B.4.p.1">Update draft-ietf-httpbis-p7-auth reference.</p> 604 614 <h2 id="rfc.section.B.5"><a href="#rfc.section.B.5">B.5</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-authscheme-registrations-04</a></h2> 605 <p id="rfc.section.B.5.p.1">None yet.</p> 615 <p id="rfc.section.B.5.p.1">Closed issues: </p> 616 <ul> 617 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/382">http://tools.ietf.org/wg/httpbis/trac/ticket/382</a>>: "add OAuth auth scheme to initial registry contents" 618 </li> 619 </ul> 606 620 </body> 607 621 </html> -
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.xml
r1845 r1871 168 168 </reference> 169 169 170 <reference anchor="RFC5849"> 171 <front> 172 <title>The OAuth 1.0 Protocol</title> 173 <author initials="E." surname="Hammer-Lahav" fullname="Eran Hammer-Lahav"/> 174 <date year="2010" month="April" /> 175 </front> 176 <seriesInfo name="RFC" value="5849" /> 177 </reference> 178 170 179 </references> 171 180 … … 189 198 syntax).</c> 190 199 200 <c>OAuth</c><c><xref target="RFC5849" x:fmt="," x:sec="3.5.1"/></c><c/> 201 191 202 </texttable> 192 203 </section> … … 228 239 <section title="Since draft-ietf-httpbis-authscheme-registrations-04" anchor="changes.since.04"> 229 240 <t> 230 None yet. 241 Closed issues: 242 <list style="symbols"> 243 <t> 244 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/382"/>: 245 "add OAuth auth scheme to initial registry contents" 246 </t> 247 </list> 231 248 </t> 232 249 </section>
Note: See TracChangeset
for help on using the changeset viewer.