registerAzureAuthProvider

Register the OAuthProvider for Microsoft Azure AD

void
registerAzureAuthProvider
(
string tenantId = "common"
,
string name = "azure"
)

Parameters

tenantId string

A Microsoft Azure tenantId, or the word "common" (default) for multi-tenant applications.

name string

The name for the OAuthProvider to be registered. Defaults to "azure".

Meta