From 7f36ef32725a69290a6d3aa671eb57267adf62ee Mon Sep 17 00:00:00 2001 From: mposolda Date: Mon, 6 Sep 2021 12:25:55 +0200 Subject: [PATCH] KEYCLOAK-19233 Inaccurate documentation about Device Grant regarding client type --- securing_apps/topics/oidc/oidc-generic.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securing_apps/topics/oidc/oidc-generic.adoc b/securing_apps/topics/oidc/oidc-generic.adoc index ba3bd871fe..c2cf819e57 100644 --- a/securing_apps/topics/oidc/oidc-generic.adoc +++ b/securing_apps/topics/oidc/oidc-generic.adoc @@ -99,7 +99,7 @@ For more details on how to invoke on this endpoint, see https://datatracker.ietf /realms/{realm-name}/protocol/openid-connect/auth/device .... -The device authorization endpoint is used to obtain a device code and a user code. It can only be invoked by confidential clients. +The device authorization endpoint is used to obtain a device code and a user code. It can be invoked by confidential or public clients. For more details on how to invoke on this endpoint, see https://datatracker.ietf.org/doc/html/rfc8628[OAuth 2.0 Device Authorization Grant specification].