Skip to content

Commit

Permalink
docs: add dpop profiles link
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 8, 2020
1 parent 98a9f45 commit 87c1562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ jose.JWE.decrypt(
| Logout Token - [OpenID Connect Back-Channel Logout 1.0][spec-oidc-logout_token] || ✕<sup>5</sup> | see [`JWT.LogoutToken.verify`](/docs/README.md#jwtlogouttokenverifytoken-keyorstore-options) |
| JARM - [JWT Secured Authorization Response Mode for OAuth 2.0][draft-jarm] ||||
| [JWT Response for OAuth Token Introspection][draft-jwtintrospection] ||||
| [OAuth 2.0 DPoP][draft-dpop] ||||

Legend:
- **** Implemented
Expand Down Expand Up @@ -400,6 +401,7 @@ in terms of performance and API (not having well defined errors).
[draft-ietf-oauth-access-token-jwt]: https://tools.ietf.org/html/draft-ietf-oauth-access-token-jwt-06
[draft-jarm]: https://openid.net/specs/openid-financial-api-jarm.html
[draft-jwtintrospection]: https://tools.ietf.org/html/draft-ietf-oauth-jwt-introspection-response
[draft-dpop]: https://tools.ietf.org/html/draft-ietf-oauth-dpop
[spec-thumbprint]: https://tools.ietf.org/html/rfc7638
[spec-oidc-id_token]: https://openid.net/specs/openid-connect-core-1_0.html#IDToken
[spec-oidc-logout_token]: https://openid.net/specs/openid-connect-backchannel-1_0-04.html#LogoutToken
Expand Down

0 comments on commit 87c1562

Please sign in to comment.