From bee4bfaf1423b8f3f1704940974a4fdcdc3f1ebc Mon Sep 17 00:00:00 2001 From: Oscar de Groot Date: Fri, 1 Jul 2016 09:38:36 +0200 Subject: [PATCH] Fix spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b71e07d..1110390 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Before starting, set up a tenant and register a Web Application at [https://mana ## Community Help and Support -We leverage [Stack Overflow](http://stackoverflow.com/) to work with the community on supporting Azure Active Directory and its SDKs, including this one! We highly recommend you ask your questions on Stack Overflow (we're all on there!) Also browser existing issues to see if someone has had your question before. +We leverage [Stack Overflow](http://stackoverflow.com/) to work with the community on supporting Azure Active Directory and its SDKs, including this one! We highly recommend you ask your questions on Stack Overflow (we're all on there!). Also browse existing issues to see if someone has had your question before. We recommend you use the "adal" tag so we can see it! Here is the latest Q&A on Stack Overflow for ADAL: [http://stackoverflow.com/questions/tagged/adal](http://stackoverflow.com/questions/tagged/adal) @@ -55,7 +55,7 @@ use OmniAuth::Builder do end ``` -When you want to authenticate the user, simply redirect them to `/auth/azureactivedirectory`. From there, OmniAuth will takeover. Once the user authenticates (or fails to authenticate), they will be redirected to `/auth/azureactivedirectory/callback` or `/auth/azureactivedirectory/failure`. The authentication result is available in `request.env['omniauth.auth']`. +When you want to authenticate the user, simply redirect them to `/auth/azureactivedirectory`. From there, OmniAuth will take over. Once the user authenticates (or fails to authenticate), they will be redirected to `/auth/azureactivedirectory/callback` or `/auth/azureactivedirectory/failure`. The authentication result is available in `request.env['omniauth.auth']`. If you are supporting multiple OmniAuth providers, you will likely have something like this in your code: