From f103b56e9545d606aa5767cb72a2d690843c149b Mon Sep 17 00:00:00 2001 From: Rohinish <92542124+rohinish404@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:50:58 +0530 Subject: [PATCH] docs(readme): corrected terminology --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaed6a8..cbf680e 100644 --- a/README.md +++ b/README.md @@ -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