mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Adding feature dependencies to OpenId module (#7526)
This commit is contained in:
parent
50512839fb
commit
736ca06078
@ -11,6 +11,7 @@ Features:
|
||||
Description: Enables Orchard to authenticate users using OpenId
|
||||
Category: Authentication
|
||||
Name: OpenId
|
||||
Dependencies: Orchard.Users
|
||||
Orchard.OpenId.Facebook:
|
||||
Description: Enables Orchard to authenticate users using their Facebook Accounts
|
||||
Category: Authentication
|
||||
@ -25,7 +26,7 @@ Features:
|
||||
Description: Enables Orchard to authenticate users using their Twitter Accounts
|
||||
Category: Authentication
|
||||
Name: Twitter
|
||||
Dependencies: Orchard.OpenId
|
||||
Dependencies: Orchard.OpenId, Orchard.Resources
|
||||
Orchard.OpenId.AzureActiveDirectory:
|
||||
Description: Enables Orchard to authenticate users using their Azure AD Accounts
|
||||
Category: Authentication
|
||||
|
Loading…
Reference in New Issue
Block a user