Skip to content

Commit

Permalink
Merge pull request #426 from ggailey777/zumo_weekly
Browse files Browse the repository at this point in the history
#415: Zumo weekly switcher fixes in all topics
  • Loading branch information
mollybostic committed Oct 14, 2012
2 parents be451c7 + bdddac0 commit baeca35
Show file tree
Hide file tree
Showing 32 changed files with 187 additions and 406 deletions.
49 changes: 0 additions & 49 deletions DevCenter/Mobile/Chunks/mobile-facebook-auth-steps.md

This file was deleted.

45 changes: 0 additions & 45 deletions DevCenter/Mobile/Chunks/mobile-google-auth-steps.md

This file was deleted.

37 changes: 0 additions & 37 deletions DevCenter/Mobile/Chunks/mobile-microsoft-account-auth-steps.md

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions DevCenter/Mobile/Chunks/mobile-twitter-auth-steps.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This topic shows you how to register your apps to be able to use Facebook to aut
<p>To complete the procedure in this topic, you must have a Facebook account that has a verified email address and a mobile phone number. To create a new Facebook account, go to <a href="http://go.microsoft.com/fwlink/p/?LinkId=268285" target="_blank">facebook.com</a>.</p>
</div>

1. Navigate to the [Facebook Developers] web site and sign-in with your Facebook account credentials.
1. Navigate to the <a href="http://go.microsoft.com/fwlink/p/?LinkId=268286" target="_blank">Facebook Developers</a> web site and sign-in with your Facebook account credentials.

2. (Optional) If you have not already registered, click **Register Now** button, accept the policy, provide any and then click **Done**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This topic shows you how to register your apps to be able to use Google to authe
<p>To complete the procedure in this topic, you must have a Google account that has a verified email address. To create a new Google account, go to <a href="http://go.microsoft.com/fwlink/p/?LinkId=268302" target="_blank">accounts.google.com</a>.</p>
</div>

1. Navigate to the [Google apis] web site, sign-in with your Google account credentials, and then click **Create project...**.
1. Navigate to the <a href="http://go.microsoft.com/fwlink/p/?LinkId=268303" target="_blank">Google apis</a> web site, sign-in with your Google account credentials, and then click **Create project...**.

![][1]

Expand All @@ -22,7 +22,7 @@ This topic shows you how to register your apps to be able to use Google to authe

![][3]

4. Under **Client ID Settings**, select **Web application**, type your mobile service URL in **Your site or hostname**, click **more options**, add your mobile service URL to the list of **Authorized Redirect URIs**, and then click **Create client ID**.
4. Under **Client ID Settings**, select **Web application**, type your mobile service URL in **Your site or hostname**, click **more options**, replace the generated URL in **Authorized Redirect URIs** with the URL of your mobile service appended with the path _/login/google_, and then click **Create client ID**.

![][4]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,31 @@ This topic shows you how to register your apps to be able to use Live Connect as
<p>When you intend to also provide single sign-on or push notifications from a Windows Store app, consider also registering your app with the Windows Store. For more information, see <a href="/en-us/develop/mobile/howto/register-for-live-connect-auth">Register your Windows Store apps for Windows Live Connect authentication</a>.</p>
</div>

1. Navigate to the [My Applications] page in the Live Connect Developer Center, and log on with your Microsoft account, if required.
1. Navigate to the <a href="http://go.microsoft.com/fwlink/p/?LinkId=262039" target="_blank">My Applications</a> page in the Live Connect Developer Center, and log on with your Microsoft account, if required.

2. Click **Create application**, then type an **Application name** and click **I accept**.

![][1]

This registers the application with Live Connect.

10. Make a note of the value of **Client ID** and **Client secret**.
10. Click **Application settings page**, then **API Settings** and make a note of the values of the **Client ID** and **Client secret**.

![][2]

<div class="dev-callout"><b>Security Note</b>
<p>The client secret is an important security credential. Do not share the client secret with anyone or distribute it with your app.</p>
</div>

11. In **Redirect domain**, enter the URL of your mobile service from Step 8, and then click **Save**.

You are now ready to use a Microsoft Account for authentication in your app by providing the client ID and client secret values to Mobile Services.

<!-- Anchors. -->

<!-- Images. -->
[1]: ../Media/mobile-services-live-connect-add-app.png
[2]: ../Media/mobile-services-live-connect-app-details.png

[2]: ../Media/mobile-live-connect-app-api-settings.png
<!-- URLs. -->
[Single sign-on for Windows Store apps by using Live Connect]: ./mobile-services-register-for-single-sign-in.md
[Submit an app page]: http://go.microsoft.com/fwlink/p/?LinkID=266582
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<div class="umbMacroHolder" title="This is rendered content from macro" onresizestart="return false;" umbpageid="14798" ismacro="true" umb_chunkname="MobileArticleLeft" umb_chunkpath="devcenter/Menu" umb_macroalias="AzureChunkDisplayer" umb_hide="0" umb_modaltrigger="" umb_chunkurl="" umb_modalpopup="0"><!-- startUmbMacro --><span><strong>Azure Chunk Displayer</strong><br />No macro content available for WYSIWYG editing</span><!-- endUmbMacro --></div>

# Register your apps for Twitter login with Mobile Services
#Register your apps for Twitter login with Mobile Services

This topic shows you how to register your apps to be able to use Twitter to authenticate with Windows Azure Mobile Services.

<div class="dev-callout"><b>Note</b>
<p>To complete the procedure in this topic, you must have a Twitter account that has a verified email address. To create a new Twitter account, go to <a href="http://go.microsoft.com/fwlink/p/?LinkID=268287" target="_blank">twitter.com</a>.</p>
</div>

1. Navigate to the [Twitter Developers] web site, sign-in with your Twitter account credentials, and then click **Create an app**.
1. Navigate to the <a href="http://go.microsoft.com/fwlink/p/?LinkId=268300" target="_blank">Twitter Developers</a> web site, sign-in with your Twitter account credentials, and then click **Create an app**.

![][1]

2. Type the **Name**, **Description**, and **Website** for your app, and type the URL of the mobile service in **Callback URL**.
2. Type the **Name**, **Description**, and **Website** values for your app, and type the URL of the mobile service in **Callback URL**.

![][2]

Expand Down Expand Up @@ -44,7 +44,7 @@ You are now ready to use a Twitter login for authentication in your app by provi

<!-- URLs. -->
[twitter.com]: http://go.microsoft.com/fwlink/p/?LinkId=268287
[Twitter Developers]: http://go.microsoft.com/fwlink/?LinkId=268300
[Twitter Developers]: http://go.microsoft.com/fwlink/p/?LinkId=268300
[Get started with authentication]: ./mobile-services-get-started-with-users-dotnet.md
[WindowsAzure.com]: http://www.windowsazure.com/
[Windows Azure Management Portal]: https://manage.windowsazure.com/
Binary file modified DevCenter/Mobile/Media/mobile-live-connect-app-api-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="umbMacroHolder" title="This is rendered content from macro" onresizestart="return false;" umbpageid="14810" ismacro="true" umb_chunkname="MobileArticleLeft" umb_chunkpath="devcenter/Menu" umb_macroalias="AzureChunkDisplayer" umb_hide="0" umb_modaltrigger="" umb_chunkurl="" umb_modalpopup="0"><!-- startUmbMacro --><span><strong>Azure Chunk Displayer</strong><br />No macro content available for WYSIWYG editing</span><!-- endUmbMacro --></div>

<div class="dev-center-os-selector">
<!--<div class="dev-center-os-selector">
<a href="/en-us/develop/mobile/tutorials/authorize-users-in-scripts-dotnet/" title="Windows Store version" class="current">Windows Store app</a>
<a href="/en-us/develop/mobile/tutorials/authorize-users-in-scripts-ios/" title="iOS version">iOS app</a>
<span>Tutorial</span>
Expand All @@ -11,11 +11,10 @@
<a href="/en-us/develop/mobile/tutorials/authorize-users-in-scripts-dotnet/" title=".NET client version" class="current">C# and XAML</a>
<a href="/en-us/develop/mobile/tutorials/authorize-users-in-scripts-js/" title="JavaScript client version">JavaScript and HTML</a>
<span>Tutorial</span>
</div>
</div>-->

# Use scripts to authorize users in Mobile Services for Windows Store

Language: **C# and XAML**
<h3><strong>Windows Store C#</strong> / <a href="/en-us/develop/mobile/tutorials/authorize-users-in-scripts-js">Windows Store JavaScript</a> / <a href="/en-us/develop/mobile/tutorials/authorize-users-in-scripts-ios">iOS</a></h3>

This topic shows you how to use server scripts to authorize authenticated users for accessing data in Windows Azure Mobile Services from a Windows Store app. In this tutorial you register scripts with Mobile Services to filter queries based on the userId of an authenticated user, ensuring that each user can see only their own data.

Expand Down
Loading

0 comments on commit baeca35

Please sign in to comment.