From 87348b4adab6dbd79b4da33eb99c8d78f45f3b95 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 18 Apr 2014 12:22:49 -0700 Subject: [PATCH] add SSO note to admin quick start --- docs/ADMIN-QUICK-START-GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ADMIN-QUICK-START-GUIDE.md b/docs/ADMIN-QUICK-START-GUIDE.md index c6528068c36..04471ae45cb 100644 --- a/docs/ADMIN-QUICK-START-GUIDE.md +++ b/docs/ADMIN-QUICK-START-GUIDE.md @@ -45,6 +45,8 @@ By default, users can log in with Google, Yahoo, and traditional local username - [Configure Facebook logins](https://meta.discourse.org/t/configuring-facebook-login-for-discourse/13394) - [Configure GitHub logins](https://meta.discourse.org/t/configuring-github-login-for-discourse/13745) +If you want to get extra-fancy you can also [set up single-sign on](https://meta.discourse.org/t/official-single-sign-on-for-discourse/13045), or even [build your own oAuth 2 login](https://meta.discourse.org/t/login-to-discourse-with-custom-oauth2-provider/14717). + ### Test Email Discourse relies heavily on email for signups and conversation notifications. **Test your email to make sure it is working!** Visit [the admin email settings](/admin/email), then enter an email address in the "email address to test" field and click send test email.