Skip to content

Commit

Permalink
Added 'wl.signin' scope to support auto-signin
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Nov 13, 2013
1 parent c7a1320 commit fcbc5d0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ protected override void AttachToOwinApp(ConfigurationService config, IAppBuilder
{
var options = new MicrosoftAccountAuthenticationOptions();
options.Scope.Add("wl.emails");
options.Scope.Add("wl.signin");
Config.ApplyToOwinSecurityOptions(options);
app.UseMicrosoftAccountAuthentication(options);
}
Expand Down

0 comments on commit fcbc5d0

Please sign in to comment.