React to Authentication API changes.

This commit is contained in:
Chris R 2015-09-10 10:18:52 -07:00
parent 7f25096dda
commit 18a2663531
1 changed files with 0 additions and 3 deletions

View File

@ -119,9 +119,6 @@ namespace MusicStore
}; };
options.StateDataFormat = new CustomTwitterStateDataFormat(); options.StateDataFormat = new CustomTwitterStateDataFormat();
options.BackchannelHttpHandler = new TwitterMockBackChannelHttpHandler(); options.BackchannelHttpHandler = new TwitterMockBackChannelHttpHandler();
#if DNX451
options.BackchannelCertificateValidator = null;
#endif
}); });
services.AddMicrosoftAccountAuthentication(options => services.AddMicrosoftAccountAuthentication(options =>