From a2a0594b0a059c6e178e4ade18891c4ddf6df18d Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Sat, 13 Nov 2021 10:11:16 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c55abe5..cf0ac65e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ It also comes with the following `add_on` modules. * Custom scopes, that extends [OIDC standard ScopeClaims](https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims) * [Proof Key for Code Exchange by OAuth Public Clients (PKCE)](https://tools.ietf.org/html/rfc7636) +* [OAuth2 PAR](https://datatracker.ietf.org/doc/html/rfc9126) * [OAuth2 RAR](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-rar) * [OAuth2 DPoP](https://tools.ietf.org/id/draft-fett-oauth-dpop-04.html) From 31d06124b947ec612d3df36c9c62f82815352ed4 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Sat, 13 Nov 2021 10:13:26 +0100 Subject: [PATCH 2/3] Docs: PAR --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 99a12111..cb17b083 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,6 +23,7 @@ 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 PAR `_ * `OAuth2 RAR `_ * `OAuth2 DPoP `_ From 78c3fa87e27902e2d91014173631a456eb3d0850 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Sat, 13 Nov 2021 10:23:17 +0100 Subject: [PATCH 3/3] README: OIDC certification --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf0ac65e..f412356c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ The entire project code is open sourced and therefore licensed under the [Apache For any futher information please read the [Official Documentation](https://oidcop.readthedocs.io/en/latest/). +# Certifications +[![OIDC Certification](https://openid.net/wordpress-content/uploads/2016/04/oid-l-certification-mark-l-rgb-150dpi-90mm-300x157.png)](https://www.certification.openid.net/plan-detail.html?public=true&plan=7p3iPQmff6Ohv) + # Contribute