For your consediration, the Orchard.OpenId is a new module that enables your site to authenticate users using the OpenId connect protocol. Out of the box, this module provides five Open Id providers:
- Facebook
- Google
- Twitter
- Azure Active Directory
- Active Directory Federation Services
Each of these providers is implemented as a separate feature so it can be enabled/disabled individually.
Each provider's settings can be easily managed via the admin's dashboard under the Open Id menu item under the Site settings menu.
The login of usual orchard users will not be affected, but the LogOn page shape will be overridden to show the enabled OpenId providers.
The module was built in a way to easily add custom Open Id providers by simply implementing IOpenIdProvider, and then it will automatically be discovered and registered at runtime.
For your consediration, the Orchard.OpenId is a new module that enables your site to authenticate users using the OpenId connect protocol. Out of the box, this module provides five Open Id providers:
Each of these providers is implemented as a separate feature so it can be enabled/disabled individually.
Each provider's settings can be easily managed via the admin's dashboard under the Open Id menu item under the Site settings menu.
The module was built in a way to easily add custom Open Id providers by simply implementing IOpenIdProvider, and then it will automatically be discovered and registered at runtime.