docs: remove implicit flow from supported features in readme

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
Livio Amstutz 2021-10-26 07:54:30 +02:00 committed by GitHub
parent f348b460d7
commit 2860a4f27e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 | | | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | Refresh Token |
|----------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------|---------------| |----------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------|---------------|
| Relaying Party | yes | no[^1] | 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 | | Origin Party | yes | yes | not yet | yes | yes | not yet | not yet | yes | yes |
### Resources ### Resources