diff --git a/README.md b/README.md index 7c55abe5..f412356c 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) @@ -36,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 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 `_