Windows Admin Center single sign on configuration

Pebbles 6 Reputation points
2021-12-03T10:28:31.287+00:00

Hello everyone, I have installed WAC latest version on a Windows Server 2019.

I've tried to enable SSO to servers, and it seems set up correctly. However, when I login as domain admin on WAC and try to connect to a server to manage it, I am still offered the insertion of other credentials, displaying a warning about kerberos delegation.

This is what i've done :

foreach($Server in $ServerList){
Set-ADComputer -Identity (Get-ADComputer $Server.Name) -PrincipalsAllowedToDelegateToAccount (Get-ADComputer $WAC)
}

Now, if i look into my WAC server filtering msDS-AllowedToActOnBehalfOfOtherIdentity i get:

TruestedForDelegation : True

I did also clear the KDC cache on the server i am trying to manage.

Perhaps I am missing some fundamental details

Would any of you be kind enough to give me some suggestions?

Thank you

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
0 comments No comments
{count} vote