docs(oidc): device auth grant supported, typo (#6380)

doc(oidc): device auth grant supported, typo

Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
(cherry picked from commit f5f9b39fdf96be74033059443760a39f214b786b)
This commit is contained in:
mffap 2023-08-18 10:49:57 +02:00 committed by Livio Spring
parent 21e35e0ce3
commit 60171f8e2b
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ When your `response_type` was `code` and no error occurred, the following respon
### Successful implicit response
When your `response_type` was either `it_token` or `id_token token` and no error occurred, the following response will be returned:
When your `response_type` was either `id_token` or `id_token token` and no error occurred, the following response will be returned:
| Property | Description |
| ------------ | ------------------------------------------------------------------------------------- |

View File

@ -9,7 +9,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 |
| Device Authorization | under consideration |
| Device Authorization | yes |
| Implicit | yes |
| JSON Web Token (JWT) Profile | yes |
| Refresh Token | yes |