From a88e4625f4d82f6f659b6fd5d6a1bd4833a13d33 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Mon, 12 Aug 2024 15:56:40 +0200 Subject: [PATCH] Support for device code --- .../templates/metadata_configuration/oidc10_rp.schema.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 b/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 index 494bde510..03c21b08f 100644 --- a/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 +++ b/roles/manage/templates/metadata_configuration/oidc10_rp.schema.json.j2 @@ -555,7 +555,8 @@ "authorization_code", "implicit", "refresh_token", - "client_credentials" + "client_credentials", + "urn:ietf:params:oauth:grant-type:device_code" ] }, "info": "The authorisation grant type's of this Relying Party."