IWithAuthenticationProvider<ParentT>.WithActiveDirectory 메서드

정의

오버로드

WithActiveDirectory(String, String)

공급자를 Active Directory 및 해당 클라이언트 ID 및 발급자 URL로 지정합니다.

WithActiveDirectory(String, String, String)

공급자를 Active Directory 및 해당 클라이언트 ID 및 발급자 URL로 지정합니다.

WithActiveDirectory(String, String)

공급자를 Active Directory 및 해당 클라이언트 ID 및 발급자 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 앱의 클라이언트 ID입니다.

issuerUrl
String

형식의 토큰 발급자 URL입니다 https://sts.windows.net/(tenantId).

반환

적용 대상

WithActiveDirectory(String, String, String)

공급자를 Active Directory 및 해당 클라이언트 ID 및 발급자 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 앱의 클라이언트 ID입니다.

clientSecret
String

AAD 앱의 클라이언트 암호입니다.

issuerUrl
String

형식의 토큰 발급자 URL입니다 https://sts.windows.net/(tenantId).

반환

적용 대상