Learn R Programming

paws.security.identity (version 0.1.12)

directoryservice_enable_client_authentication: 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)

Value

An empty list.

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 the on-premises AD.

Request syntax

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