From 55ec7d9dd28f825322f6d887c8f2c9535721235e Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Tue, 26 Oct 2021 09:15:02 +0200 Subject: [PATCH] docs: remove implicit and hybrid flow from supported RP features in readme (#136) * docs: remove implicit flow from supported features in readme * docs: remove implicit flow from supported features in readme Co-authored-by: Florian Forster Co-authored-by: Florian Forster --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb52037..eaed6a8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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 | yes | not yet | yes | yes | partial | not yet | yes | yes | +| 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 | ### Resources @@ -85,3 +85,6 @@ The full functionality of this library is and stays open source and free to use See the exact licensing terms [here](./LICENSE) Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + +[^1]: https://github.com/caos/oidc/issues/135#issuecomment-950563892