Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 0f49fae

Browse files
authored
Merge pull request #58 from IdentityPython/docs
chore: added Oauth2 RAR and DPoP as documentation references
2 parents 6f32610 + c4081e7 commit 0f49fae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ Idpy OIDC-op implements the following standards:
1818
* `OpenID Connect Front-Channel Logout 1.0 <https://openid.net/specs/openid-connect-frontchannel-1_0.html>`_
1919
* `OAuth2 Token introspection <https://tools.ietf.org/html/rfc7662>`_
2020

21+
2122
It also comes with the following `add_on` modules.
2223

2324
* Custom scopes, that extends `[OIDC standard ScopeClaims] <https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims>`_
2425
* `Proof Key for Code Exchange by OAuth Public Clients (PKCE) <https://tools.ietf.org/html/rfc7636>`_
26+
* `OAuth2 RAR <https://datatracker.ietf.org/doc/html/draft-ietf-oauth-rar>`_
27+
* `OAuth2 DPoP <https://tools.ietf.org/id/draft-fett-oauth-dpop-04.html>`_
2528

2629
The entire project code is open sourced and therefore licensed
2730
under the `Apache 2.0 <https://en.wikipedia.org/wiki/Apache_License>`_.

0 commit comments

Comments
 (0)