docs: remove client credentials from supported grant types (#2586)

This commit is contained in:
Livio Amstutz 2021-10-28 16:06:48 +02:00 committed by GitHub
parent ca9cc0203e
commit 6ef0d92200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ For a list of supported or unsupported `Grant Types` please have a look at the t
|:------------------------------------------------------|:--------------------|
| Authorization Code | yes |
| Authorization Code with PKCE | yes |
| Client Credentials | yes |
| Client Credentials | no |
| Device Authorization | under consideration |
| Implicit | yes |
| JSON Web Token (JWT) Profile | yes |