Поделиться через


IWithAuthenticationProvider<ParentT>.WithActiveDirectory Метод

Определение

Перегрузки

WithActiveDirectory(String, String)

Указывает поставщик Active Directory, а также его идентификатор клиента и URL-адрес издателя.

WithActiveDirectory(String, String, String)

Указывает поставщик Active Directory, а также его идентификатор клиента и URL-адрес издателя.

WithActiveDirectory(String, String)

Указывает поставщик Active Directory, а также его идентификатор клиента и URL-адрес издателя.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithActiveDirectory (string clientId, string issuerUrl);
abstract member WithActiveDirectory : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithActiveDirectory (clientId As String, issuerUrl As String) As IWithAttach(Of ParentT)

Параметры

clientId
String

Идентификатор клиента приложения AAD.

issuerUrl
String

URL-адрес издателя маркера https://sts.windows.net/(tenantId)в формате .

Возвращаемое значение

Применяется к

WithActiveDirectory(String, String, String)

Указывает поставщик Active Directory, а также его идентификатор клиента и URL-адрес издателя.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithActiveDirectory (string clientId, string clientSecret, string issuerUrl);
abstract member WithActiveDirectory : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithActiveDirectory (clientId As String, clientSecret As String, issuerUrl As String) As IWithAttach(Of ParentT)

Параметры

clientId
String

Идентификатор клиента приложения AAD.

clientSecret
String

Секрет клиента приложения AAD.

issuerUrl
String

URL-адрес издателя маркера https://sts.windows.net/(tenantId)в формате .

Возвращаемое значение

Применяется к