dotnet add OrchardCore.Microsoft.AuthenticationAuthenticates users with their Microsoft Account.
Features
Microsoft Account Authentication
Authenticates users with their Microsoft Account. Its manifest-backed feature ID is OrchardCore.Microsoft.Authentication.MicrosoftAccount, and it is categorized as Microsoft Authentication. It depends on OrchardCore.Users.ExternalAuthentication, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Microsoft Entra ID (Azure Active Directory) Authentication
Authenticates users with their Microsoft Entra ID Account. Its manifest-backed feature ID is OrchardCore.Microsoft.Authentication.AzureAD, and it is categorized as Microsoft Authentication. It depends on OrchardCore.Users.ExternalAuthentication, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause