IWithAuthenticationProvider<ParentT>.WithActiveDirectory Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.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)
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.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)
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
Azure SDK for .NET