aleitner commented on code in PR #633:
URL: https://github.com/apache/guacamole-server/pull/633#discussion_r3198293353
##########
src/protocols/rdp/settings.c:
##########
@@ -1885,6 +1926,13 @@ void guac_rdp_push_settings(guac_client* client,
rdp_settings->VmConnectMode = TRUE;
break;
+ /* Azure AD authentication (not supported on FreeRDP 2) */
+ case GUAC_SECURITY_AAD:
+ guac_client_log(client, GUAC_LOG_ERROR,
+ "Azure AD authentication is not supported by this "
+ "version of FreeRDP. FreeRDP 3.0 or later is required.");
+ break;
+
Review Comment:
updated to now use `#ifdef HAVE_FREERDP_AAD_SUPPORT`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]