Function registerAzureAuthProvider

Register the OAuthProvider for Microsoft Azure AD

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

Parameters

NameDescription
tenantId A Microsoft Azure tenantId, or the word "common" (default) for multi-tenant applications.
name The name for the OAuthProvider to be registered. Defaults to "azure".