devolutions-gateway icon indicating copy to clipboard operation
devolutions-gateway copied to clipboard

Domain Account login issue

Open anandaj-mb opened this issue 7 months ago • 1 comments

Hello Team,

We are using devolution Gateway solution as part coder, we are able to login our azure servers using local credentials via web rdp, However, when we are using the Domain accounts for authentication we are getting the below error. Connection error: Please verify your connection settings.

[CredSSP] CredSSP Caused by: InvalidToken: CredSSP server returned an error status; status is STATUS_LOGON_FAILURE [0xc000006d]

Is the solution is supporting for Domain based authentication ?

anandaj-mb avatar May 13 '25 05:05 anandaj-mb

Hello!

Our implementation supports Kerberos authentication, and that’s what enables authentification for domain accounts.

However, since you mention Azure, let me confirm whether you are using Azure AD (AAD) / Entra ID or traditional domain accounts? Entra ID authentication process is a bit tricky to implement in a browser.

"Traditional" domain accounts are supported, but not Entra ID accounts.

CBenoit avatar May 13 '25 14:05 CBenoit