Skip to content

Enable Client Authentication

directoryservice_enable_client_authentication R Documentation

Enables alternative client authentication methods for the specified directory

Description

Enables alternative client authentication methods for the specified directory.

Usage

directoryservice_enable_client_authentication(DirectoryId, Type)

Arguments

DirectoryId

[required] The identifier of the specified directory.

Type

[required] The type of client authentication to enable. Currently only the value SmartCard is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.

Value

An empty list.

Request syntax

svc$enable_client_authentication(
  DirectoryId = "string",
  Type = "SmartCard"|"SmartCardOrPassword"
)