Skip to content

Commit

Permalink
Merge pull request #1827 from vegar/patch-1
Browse files Browse the repository at this point in the history
Update mobile-services-html-get-started-users.md (authenticating with active directory)
  • Loading branch information
mollybostic committed May 30, 2014
2 parents 5f10dc3 + 7f4d8c3 commit c9dbf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/mobile-services-html-get-started-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Next, you will update the app to allow authentication before requesting resource
This creates a set of functions to handle the authentication process. The user is authenticated by using a Facebook login.

<div class="dev-callout"><b>Note</b>
<p>If you are using an identity provider other than Facebook, change the value passed to the <strong>login</strong> method above to one of the following: <em>microsoftaccount</em>, <em>facebook</em>, <em>twitter</em>, <em>google</em>, or <em>windowsazureactivedirectory</em>.</p>
<p>If you are using an identity provider other than Facebook, change the value passed to the <strong>login</strong> method above to one of the following: <em>microsoftaccount</em>, <em>facebook</em>, <em>twitter</em>, <em>google</em>, or <em>aad</em>.</p>
</div>

9. Go back to the browser where your app is running, and refresh the page.
Expand Down

0 comments on commit c9dbf95

Please sign in to comment.