mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-29 12:04:58 +00:00
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:
parent
a99f49999a
commit
f5f9b39fdf
@ -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 |
|
||||
| ------------ | ------------------------------------------------------------------------------------- |
|
||||
|
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user