IWithAuthenticationProvider<ParentT>.WithActiveDirectory Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
WithActiveDirectory(String, String) |
Určuje zprostředkovatel, který má být active directory, a jeho ID klienta a adresu URL vystavitele. |
WithActiveDirectory(String, String, String) |
Určuje zprostředkovatel, který má být active directory, a jeho ID klienta a adresu URL vystavitele. |
WithActiveDirectory(String, String)
Určuje zprostředkovatel, který má být active directory, a jeho ID klienta a adresu URL vystavitele.
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)
Parametry
- clientId
- String
ID klienta aplikace AAD
- issuerUrl
- String
Adresa URL vystavitele tokenu https://sts.windows.net/(tenantId)ve formátu .
Návraty
Platí pro
WithActiveDirectory(String, String, String)
Určuje zprostředkovatel, který má být active directory, a jeho ID klienta a adresu URL vystavitele.
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)
Parametry
- clientId
- String
ID klienta aplikace AAD
- clientSecret
- String
Tajný klíč klienta aplikace AAD.
- issuerUrl
- String
Adresa URL vystavitele tokenu https://sts.windows.net/(tenantId)ve formátu .
Návraty
Platí pro
Azure SDK for .NET