Skip to content

Instantly share code, notes, and snippets.

@dhei
Last active July 20, 2016 22:42
Show Gist options
  • Save dhei/46d145c218a5c556cd9656b2216f73e7 to your computer and use it in GitHub Desktop.
Save dhei/46d145c218a5c556cd9656b2216f73e7 to your computer and use it in GitHub Desktop.
Azure Mobile Apps documentation and references

MSDN: Live SDK Scopes and permissions

Scope Description
wl.offline_access The ability of an app to read and update a user's info at any time. Without this scope, an app can access the user's info only while the user is signed in to Live Connect and is using your app.
wl.signin Single sign-in behavior. With single sign-in, users who are already signed in to Live Connect are also signed in to your website.
wl.basic Read access to a user's basic profile info. Also enables read access to a user's list of contacts.

MSDN: Live SDK Single sign-on for apps and websites

Azure Mobile Apps auth:

Client/Server SDK auth tutorial:

Setup Authentication provider for Mobile Apps:

Tutorial on handling auth token and refresh token:

Announcement from Azure Blog:

Single Sign-On:

=== Windows Dev Center Dashboard: https://developer.microsoft.com/en-us/dashboard/overview

Microsoft Application Registration Portal: https://apps.dev.microsoft.com/#/appList

Windows Dev Center e2eauth-23 App Identity: https://developer.microsoft.com/en-us/dashboard/apps/9NBLGGH4NT4S/Identity

Windows Dev Center e2eauth-21 App Identity: https://developer.microsoft.com/en-us/dashboard/apps/9NBLGGH4W9KX/Identity

Google Projects Portal: https://console.developers.google.com/project

===

How to revoke token or user consent:

Google account token revocation REST API: https://accounts.google.com/o/oauth2/revoke?token={token}

Live account permission revocation: https://account.live.com/consent/Manage

=== AAD refresh token:

===

How to setup VS Android emulator working with Fiddler:

https://blogs.msdn.microsoft.com/visualstudioalm/2015/05/06/using-fiddler-to-monitor-network-traffic-from-the-vs-emulator-for-android/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment