IWithAuthenticationProvider<ParentT>.WithMicrosoft Method

Definition

Specifies the provider to be Microsoft and its client ID and client secret.

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

Parameters

clientId
String

The Microsoft app's client ID.

clientSecret
String

The Microsoft app's client secret.

Returns

Applies to