From 1154c8a7b4176e3899a51723c13080d8d528e601 Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Sat, 27 May 2023 16:03:41 -0700 Subject: [PATCH] Add OpenID Connect RP-Initiated Logout to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f92182b..a93581e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ new major version number for this crate. * Client Registration endpoint * Unsupported features: * Client Configuration endpoint +* [OpenID Connect RP-Initiated Logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html) * [OAuth 2.0 Token Introspection](https://tools.ietf.org/html/rfc7662) * [OAuth 2.0 Token Revocation](https://tools.ietf.org/html/rfc7009)