mod_http_oauth2/README.markdown
changeset 5617 a9682cad0e67
parent 5593 7040d0772758
child 5618 7565298aa197
--- a/mod_http_oauth2/README.markdown	Thu Jul 20 10:38:33 2023 +0200
+++ b/mod_http_oauth2/README.markdown	Fri Jul 21 00:29:24 2023 +0200
@@ -212,6 +212,7 @@
 ### Supported flows
 
 -   Authorization Code grant, optionally with Proof Key for Code Exchange
+-   Device Authorization Grant
 -   Resource owner password grant
 -   Implicit flow *(disabled by default)*
 -   Refresh Token grants
@@ -223,6 +224,7 @@
 -- These examples reflect the defaults
 allowed_oauth2_grant_types = {
 	"authorization_code"; -- authorization code grant
+	"urn:ietf:params:oauth:grant-type:device_code";
 	"password"; -- resource owner password grant
 }