React to Authentication API changes.
This commit is contained in:
parent
7f25096dda
commit
18a2663531
|
|
@ -119,9 +119,6 @@ namespace MusicStore
|
|||
};
|
||||
options.StateDataFormat = new CustomTwitterStateDataFormat();
|
||||
options.BackchannelHttpHandler = new TwitterMockBackChannelHttpHandler();
|
||||
#if DNX451
|
||||
options.BackchannelCertificateValidator = null;
|
||||
#endif
|
||||
});
|
||||
|
||||
services.AddMicrosoftAccountAuthentication(options =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue