Add missed file
This commit is contained in:
parent
eeb39d01e4
commit
856f510168
|
|
@ -1,13 +1,9 @@
|
||||||
#if TESTING
|
#if TESTING
|
||||||
using System;
|
using System;
|
||||||
using Microsoft.AspNet.Authentication.Facebook;
|
|
||||||
using Microsoft.AspNet.Authentication.Google;
|
|
||||||
using Microsoft.AspNet.Authentication.MicrosoftAccount;
|
|
||||||
using Microsoft.AspNet.Authentication.OAuth;
|
using Microsoft.AspNet.Authentication.OAuth;
|
||||||
using Microsoft.AspNet.Authentication.Twitter;
|
using Microsoft.AspNet.Authentication.Twitter;
|
||||||
using Microsoft.AspNet.Authorization;
|
using Microsoft.AspNet.Authorization;
|
||||||
using Microsoft.AspNet.Builder;
|
using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.Diagnostics;
|
|
||||||
using Microsoft.AspNet.Diagnostics.Entity;
|
using Microsoft.AspNet.Diagnostics.Entity;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.AspNet.Identity.EntityFramework;
|
using Microsoft.AspNet.Identity.EntityFramework;
|
||||||
|
|
@ -136,7 +132,7 @@ namespace MusicStore
|
||||||
options.Caption = "MicrosoftAccount - Requires project changes";
|
options.Caption = "MicrosoftAccount - Requires project changes";
|
||||||
options.ClientId = "[ClientId]";
|
options.ClientId = "[ClientId]";
|
||||||
options.ClientSecret = "[ClientSecret]";
|
options.ClientSecret = "[ClientSecret]";
|
||||||
options.Notifications = new MicrosoftAccountAuthenticationNotifications()
|
options.Notifications = new OAuthAuthenticationNotifications()
|
||||||
{
|
{
|
||||||
OnAuthenticated = MicrosoftAccountNotifications.OnAuthenticated,
|
OnAuthenticated = MicrosoftAccountNotifications.OnAuthenticated,
|
||||||
OnReturnEndpoint = MicrosoftAccountNotifications.OnReturnEndpoint,
|
OnReturnEndpoint = MicrosoftAccountNotifications.OnReturnEndpoint,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue