Skip to content

Commit b4b3a03

Browse files
authored
Switch to list of standards like other docs (#35832)
1 parent 879a032 commit b4b3a03

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -326,22 +326,13 @@ Refer to the following document:
326326

327327
## Standards
328328

329-
[JSON Web Token (JWT)](https://datatracker.ietf.org/doc/html/rfc7519)
330-
331-
[The OAuth 2.0 Authorization Framework](https://datatracker.ietf.org/doc/html/rfc6749)
332-
333-
[OAuth 2.0 Demonstrating Proof of Possession DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
334-
335-
[OAuth 2.0 JWT-Secured Authorization Request (JAR) RFC 9101](https://datatracker.ietf.org/doc/rfc9101/)
336-
337-
[OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://datatracker.ietf.org/doc/html/rfc8705)
338-
339-
[OpenID Connect 1.0](https://openid.net/specs/openid-connect-core-1_0-final.html)
340-
341-
[Microsoft identity platform and OAuth 2.0 On-Behalf-Of flow](/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow)
342-
343-
[OAuth 2.0 Token Exchange](https://datatracker.ietf.org/doc/html/rfc8693)
344-
345-
[JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens](https://datatracker.ietf.org/doc/html/rfc9068)
346-
347-
[HTTP Semantics RFC 9110](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.2)
329+
* [JSON Web Token (JWT)](https://datatracker.ietf.org/doc/html/rfc7519)
330+
* [The OAuth 2.0 Authorization Framework](https://datatracker.ietf.org/doc/html/rfc6749)
331+
* [OAuth 2.0 Demonstrating Proof of Possession DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
332+
* [OAuth 2.0 JWT-Secured Authorization Request (JAR) RFC 9101](https://datatracker.ietf.org/doc/rfc9101/)
333+
* [OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://datatracker.ietf.org/doc/html/rfc8705)
334+
* [OpenID Connect 1.0](https://openid.net/specs/openid-connect-core-1_0-final.html)
335+
* [Microsoft identity platform and OAuth 2.0 On-Behalf-Of flow](/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow)
336+
* [OAuth 2.0 Token Exchange](https://datatracker.ietf.org/doc/html/rfc8693)
337+
* [JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens](https://datatracker.ietf.org/doc/html/rfc9068)
338+
* [HTTP Semantics RFC 9110](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.2)

0 commit comments

Comments
 (0)