docs(readme): corrected terminology

This commit is contained in:
Rohinish 2022-01-22 23:50:58 +05:30 committed by GitHub
parent eb10752e48
commit f103b56e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,8 +37,8 @@ CLIENT_ID=web CLIENT_SECRET=web ISSUER=http://localhost:9998/ SCOPES=openid PORT
| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | Refresh Token |
|----------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------|---------------|
| Relaying Party | yes | no[^1] | no | yes | yes | partial | not yet | yes | yes |
| Origin Party | yes | yes | not yet | yes | yes | not yet | not yet | yes | yes |
| Relying Party | yes | no[^1] | no | yes | yes | partial | not yet | yes | yes |
| OpenID Provider | yes | yes | not yet | yes | yes | not yet | not yet | yes | yes |
### Resources