-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
Merged
Wow, very nice! Why not demo on one of Tuesday's meetings? |
Well, Zoltan, not sure how to say this... ;)
…On Nov 24, 2016 5:47 PM, "Zoltán Lehóczky" ***@***.***> wrote:
Wow, very nice! Why not demo on one of Tuesday's meetings?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7419 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHJ7WFSsVXOW1P0n8qCBJbdXdFR3AWZks5rBj4XgaJpZM4K3zcY>
.
|
It was demoed but I wasn't there? :-) |
Two weeks ago, awesome!
…On Nov 26, 2016 5:04 AM, "Zoltán Lehóczky" ***@***.***> wrote:
It was demoed but I wasn't there? :-)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7419 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHJ7RbnUx5nt-JdHOhEB6BDWPOGemj1ks5rCC5PgaJpZM4K3zcY>
.
|
I'm glad my suggestion was so good that @ThaerAlAjlouni has taken it two weeks in advance! |
Wow, great work. |
Merged to the dev branch #7420 |
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
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.
The text was updated successfully, but these errors were encountered: