fixed azuread login on html5rdp

This commit is contained in:
Adolfo Gómez García 2021-03-23 16:41:56 +01:00
parent f7b8e644f9
commit eb3638d62a

View File

@ -207,7 +207,8 @@ class HTML5RDPTransport(transports.Transport):
username = username + '@' + domain
domain = ''
# If AzureAD, include it on username
if azureAd:
username = 'AzureAD\\' + username
# Fix username/password acording to os manager