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>
This commit is contained in:
mffap 2023-08-18 10:49:57 +02:00 committed by GitHub
parent a99f49999a
commit f5f9b39fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ### 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 | | 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 | yes |
| Authorization Code with PKCE | yes | | Authorization Code with PKCE | yes |
| Client Credentials | yes | | Client Credentials | yes |
| Device Authorization | under consideration | | Device Authorization | yes |
| Implicit | yes | | Implicit | yes |
| JSON Web Token (JWT) Profile | yes | | JSON Web Token (JWT) Profile | yes |
| Refresh Token | yes | | Refresh Token | yes |