Specify channel binding token hardening level

ahmad Jahloli 21 Reputation points
2021-01-05T11:45:58.437+00:00

What "Specify channel binding token hardening level" Policy does in WinRM Service?

Thanks

Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
421 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jenny Yan-MSFT 9,326 Reputation points
    2021-01-06T06:38:56.923+00:00

    Hi,
    With this policy, users could set the hardening level of the Windows Remote Management (WinRM) service with regard to channel binding tokens, provided with three options:

    • Strict: If a channel-binding token is provided by the client, the service SHOULD use that information when authenticating the user, and the service MUST process the request. If a channel-binding token is not provided, the service SHOULD NOT process the request and SHOULD return a failure.
    • Relaxed: If a channel-binding token is provided by the client, the service SHOULD use that information when authenticating the user. Whether or not a channel-binding token is provided, the service MUST process the request.
    • None: The service SHOULD ignore any channel-binding token provided by the client, and the service MUST process the request.

    The value of this element is relevant only when the connection is over HTTPS. When the connection is over HTTP, the service MUST ignore any channel-binding token provided by the client, and the service MUST process the request.

    Reference links:
    RemoteManagement/SpecifyChannelBindingTokenHardeningLevel
    https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-remotemanagement#remotemanagement-specifychannelbindingtokenhardeninglevel
    2.2.4.34 ServiceAuthType
    https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/e4e963f4-cae9-4821-9efa-65e8f839a30b

    ----------

    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ahmad Jahloli 21 Reputation points
    2021-01-06T11:46:18.973+00:00

    excellent answer. thanks, JennyYan

    0 comments No comments