Skip to content

Commit 540465a

Browse files
authored
Update README.md
1 parent 370a02b commit 540465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project currently supports the following specs:
1313
* [JWT RFC](https://tools.ietf.org/html/rfc7519)
1414
* [PKCE - RFC 7636](https://www.rfc-editor.org/rfc/rfc7636)
1515
* [OIDC RP-Initiated Logout v1.0](https://openid.net/specs/openid-connect-rpinitiated-1_0.html)
16-
* [OAuth2 Token Introspection Endpoint](https://www.rfc-editor.org/rfc/rfc7662) -- client_credentials (basic auth) or bearer token [RFC6750](https://www.rfc-editor.org/rfc/rfc6750) authentication.
16+
* [OAuth2 Token Introspection Endpoint (RFC7662)](https://www.rfc-editor.org/rfc/rfc7662) -- client_credentials (basic auth) or bearer token [RFC6750](https://www.rfc-editor.org/rfc/rfc6750) authentication.
1717
* With the ability to add custom parameters to the Authorization Endpoint call and Token Endpoint call, numerous other protocols can be supported. We'll eventually get around to adding direct support.
1818

1919
It also supports a couple of proprietary IdP extensions as described below.

0 commit comments

Comments
 (0)