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

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 | yes |
| Authorization Code with PKCE | yes | | Authorization Code with PKCE | yes |
| Client Credentials | yes | | Client Credentials | no |
| Device Authorization | under consideration | | Device Authorization | under consideration |
| Implicit | yes | | Implicit | yes |
| JSON Web Token (JWT) Profile | yes | | JSON Web Token (JWT) Profile | yes |