Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): OAuth 2.0 JWT Profile #57

Merged
merged 1 commit into from Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -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

Expand All @@ -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

Expand Down