From c4081e7f876b97e5c4ccfd39bf6d58f6d9afa561 Mon Sep 17 00:00:00 2001 From: peppelinux Date: Fri, 21 May 2021 12:40:33 +0200 Subject: [PATCH] chore: added Oauth2 RAR and DPoP as documentation references --- doc/source/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 2f503fab..99a12111 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -18,10 +18,13 @@ Idpy OIDC-op implements the following standards: * `OpenID Connect Front-Channel Logout 1.0 `_ * `OAuth2 Token introspection `_ + It also comes with the following `add_on` modules. * Custom scopes, that extends `[OIDC standard ScopeClaims] `_ * `Proof Key for Code Exchange by OAuth Public Clients (PKCE) `_ +* `OAuth2 RAR `_ +* `OAuth2 DPoP `_ The entire project code is open sourced and therefore licensed under the `Apache 2.0 `_.