From ddd3b0557ea8a2da35509040eaee51bcaec66adf Mon Sep 17 00:00:00 2001 From: Dylan Kauling Date: Thu, 12 Dec 2024 03:47:57 -0500 Subject: [PATCH] website/docs: fix typo in device code auth example (#12331) --- website/docs/add-secure-apps/providers/oauth2/device_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/add-secure-apps/providers/oauth2/device_code.md b/website/docs/add-secure-apps/providers/oauth2/device_code.md index b7c2763eec..0b0fa33300 100644 --- a/website/docs/add-secure-apps/providers/oauth2/device_code.md +++ b/website/docs/add-secure-apps/providers/oauth2/device_code.md @@ -20,7 +20,7 @@ Host: authentik.company Content-Type: application/x-www-form-urlencoded client_id=application_client_id& -scopes=openid email my-other-scope +scope=openid email my-other-scope ``` The response contains the following fields: