From f6863b95f385c21d7a0af65ac8888921d6fe4332 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 21 Sep 2020 07:03:22 +0200 Subject: [PATCH] docs(OAuth 2.0): JWT Profile (#57) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98f318c4..871b03d5 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ TBD ## Features -| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | -|----------------|-----------|---------------|-------------|-----------|------|----------------|---------| -| Relaying Party | yes | yes | not yet | yes | yes | partial | not yet | -| Origin Party | yes | yes | not yet | yes | yes | not yet | not yet | +| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | +|----------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------| +| Relaying Party | yes | yes | not yet | yes | yes | partial | not yet | yes | +| Origin Party | yes | yes | not yet | yes | yes | not yet | not yet | yes | ### Resources @@ -34,6 +34,7 @@ For your convinience you can find the relevant standards linked below. - [Proof Key for Code Exchange by OAuth Public Clients](https://tools.ietf.org/html/rfc7636) - [OAuth 2.0 Token Exchange](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-19) - [OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://tools.ietf.org/html/draft-ietf-oauth-mtls-17) +- [JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants](https://tools.ietf.org/html/rfc7523) ## Supported Go Versions