From ac6a3473b4fb453ad9b2d47bb62dab26a11c4074 Mon Sep 17 00:00:00 2001 From: Alexander Leitner Date: Mon, 2 Feb 2026 10:33:09 -0500 Subject: [PATCH] GUACAMOLE-2210: Add support for AAD authentication to RDP protocol. --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 2 +- guacamole/src/main/frontend/src/translations/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index c59be16335..d7a6317de7 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -38,7 +38,7 @@ { "name" : "security", "type" : "ENUM", - "options" : [ "", "any", "nla", "rdp", "tls", "vmconnect" ] + "options" : [ "", "any", "nla", "rdp", "tls", "vmconnect", "aad" ] }, { "name" : "disable-auth", diff --git a/guacamole/src/main/frontend/src/translations/en.json b/guacamole/src/main/frontend/src/translations/en.json index 1643a0dd6f..0b883b0804 100644 --- a/guacamole/src/main/frontend/src/translations/en.json +++ b/guacamole/src/main/frontend/src/translations/en.json @@ -687,6 +687,7 @@ "FIELD_OPTION_SECURITY_RDP" : "RDP encryption", "FIELD_OPTION_SECURITY_TLS" : "TLS encryption", "FIELD_OPTION_SECURITY_VMCONNECT" : "Hyper-V / VMConnect", + "FIELD_OPTION_SECURITY_AAD": "Azure AD (AAD)", "FIELD_OPTION_SERVER_LAYOUT_CS_CZ_QWERTZ" : "Czech (Qwertz)", "FIELD_OPTION_SERVER_LAYOUT_DA_DK_QWERTY" : "Danish (Qwerty)",