Compartilhar via


IWithAuthenticationProvider<ParentT>.WithActiveDirectory Método

Definição

Sobrecargas

WithActiveDirectory(String, String)

Especifica o provedor a ser o Active Directory e sua ID de cliente e URL do emissor.

WithActiveDirectory(String, String, String)

Especifica o provedor a ser o Active Directory e sua ID de cliente e URL do emissor.

WithActiveDirectory(String, String)

Especifica o provedor a ser o Active Directory e sua ID de cliente e URL do emissor.

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

Parâmetros

clientId
String

A ID do cliente do aplicativo AAD.

issuerUrl
String

A URL do emissor do token no formato de https://sts.windows.net/(tenantId).

Retornos

Aplica-se a

WithActiveDirectory(String, String, String)

Especifica o provedor a ser o Active Directory e sua ID de cliente e URL do emissor.

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

Parâmetros

clientId
String

A ID do cliente do aplicativo AAD.

clientSecret
String

O segredo do cliente do aplicativo AAD.

issuerUrl
String

A URL do emissor do token no formato de https://sts.windows.net/(tenantId).

Retornos

Aplica-se a