Changeset 1026 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 07/10/10 15:03:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r1019 r1026 406 406 &end-to-end.and-hop-by-hop;). 407 407 </t> 408 409 <section title="Authentication Scheme Registry" anchor="authentication.scheme.registry"> 410 <t> 411 The HTTP Authentication Scheme Registry defines the name space for the 412 authentication schemes in challenges and credentials. 413 </t> 414 <t> 415 Registrations &MUST; include the following fields: 416 <list style="symbols"> 417 <t>Authentication Scheme Name</t> 418 <t>Pointer to specification text</t> 419 </list> 420 </t> 421 <t> 422 Values to be added to this name space are subject to IETF review 423 (<xref target="RFC5226" x:fmt="," x:sec="4.1"/>). 424 </t> 425 <t> 426 The registry itself is maintained at <eref target="http://www.iana.org/assignments/http-authschemes"/>. 427 </t> 428 </section> 429 408 430 </section> 409 431 … … 583 605 584 606 <section title="IANA Considerations" anchor="IANA.considerations"> 607 608 <section title="Authenticaton Scheme Registry" anchor="authentication.scheme.registration"> 609 <t> 610 The registration procedure for HTTP Authentication Schemes is defined by 611 <xref target="authentication.scheme.registry"/> of this document. 612 </t> 613 <t> 614 The HTTP Method Authentication Scheme shall be created at <eref target="http://www.iana.org/assignments/http-authschemes"/>. 615 </t> 616 </section> 585 617 586 618 <section title="Status Code Registration" anchor="status.code.registration"> … … 937 969 </reference> 938 970 971 <reference anchor='RFC5226'> 972 <front> 973 <title>Guidelines for Writing an IANA Considerations Section in RFCs</title> 974 <author initials='T.' surname='Narten' fullname='T. Narten'> 975 <organization>IBM</organization> 976 <address><email>narten@us.ibm.com</email></address> 977 </author> 978 <author initials='H.' surname='Alvestrand' fullname='H. Alvestrand'> 979 <organization>Google</organization> 980 <address><email>Harald@Alvestrand.no</email></address> 981 </author> 982 <date year='2008' month='May' /> 983 </front> 984 <seriesInfo name='BCP' value='26' /> 985 <seriesInfo name='RFC' value='5226' /> 986 </reference> 987 939 988 </references> 940 989 … … 1130 1179 </list> 1131 1180 </t> 1181 <t> 1182 Partly resolved issues: 1183 <list style="symbols"> 1184 <t> 1185 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/141"/>: 1186 "should we have an auth scheme registry" 1187 </t> 1188 </list> 1189 </t> 1132 1190 </section> 1133 1191
Note: See TracChangeset
for help on using the changeset viewer.