Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenId Module #7419

Closed
ThaerAlAjlouni opened this issue Nov 21, 2016 · 8 comments
Closed

OpenId Module #7419

ThaerAlAjlouni opened this issue Nov 21, 2016 · 8 comments

Comments

@ThaerAlAjlouni
Copy link
Contributor

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.

@Piedone
Copy link
Member

Piedone commented Nov 25, 2016

Wow, very nice! Why not demo on one of Tuesday's meetings?

@sebastienros
Copy link
Member

sebastienros commented Nov 26, 2016 via email

@Piedone
Copy link
Member

Piedone commented Nov 26, 2016

It was demoed but I wasn't there? :-)

@sebastienros
Copy link
Member

sebastienros commented Nov 27, 2016 via email

@Piedone
Copy link
Member

Piedone commented Nov 27, 2016

I'm glad my suggestion was so good that @ThaerAlAjlouni has taken it two weeks in advance!

@armanforghani
Copy link
Contributor

Wow, great work.

@ThaerAlAjlouni
Copy link
Contributor Author

Merged to the dev branch #7420

@armanforghani
Copy link
Contributor

When will this be available in 1.10.x or master branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants