Skip to content

Commit

Permalink
Update extension links from IDs to RFCs.
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed Jul 12, 2015
1 parent 7b58558 commit 20e70fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div id="main" class="column first last span-18 prepend-1 append-1">
<h2>OAuth 2.0 Core</h2>
<ul>
<li><a href="http://tools.ietf.org/html/rfc6749">OAuth 2.0 Framework</a> - RFC 6749.</li>
<li><a href="http://tools.ietf.org/html/rfc6749">OAuth 2.0 Framework</a> - RFC 6749</li>
<li><a href="http://tools.ietf.org/html/rfc6750">Bearer Token Usage</a> - RFC 6750</li>
<li><a href="http://tools.ietf.org/html/rfc6819">Threat Model and Security Considerations</a> - RFC 6819</li>
</ul>
Expand All @@ -45,10 +45,10 @@

<h2>OAuth 2.0 Extensions</h2>
<ul>
<li><a href="http://tools.ietf.org/html/draft-ietf-oauth-json-web-token">JSON Web Token</a></li>
<li><a href="http://tools.ietf.org/html/draft-ietf-oauth-assertions">OAuth Assertions Framework</a></li>
<li><a href="http://tools.ietf.org/html/draft-ietf-oauth-saml2-bearer">SAML2 Bearer Assertion</a> - for integrating with existing identity systems</li>
<li><a href="http://tools.ietf.org/html/draft-ietf-oauth-jwt-bearer">JWT Bearer Assertion</a> - for integrating with existing identity systems</li>
<li><a href="http://tools.ietf.org/html/rfc7519">JSON Web Token</a> - RFC 7519</li>
<li><a href="http://tools.ietf.org/html/rfc7521">OAuth Assertions Framework</a> - RFC 7521</li>
<li><a href="http://tools.ietf.org/html/rfc7522">SAML2 Bearer Assertion</a> - RFC 7522, for integrating with existing identity systems</li>
<li><a href="http://tools.ietf.org/html/rfc7523">JWT Bearer Assertion</a> - RFC 7523, for integrating with existing identity systems</li>
</ul>

<h2>Community Resources</h2>
Expand Down

0 comments on commit 20e70fb

Please sign in to comment.