Remove references to DisplayName

This commit is contained in:
Hao Kung 2017-05-17 14:41:16 -07:00
parent 2dcfadf5c2
commit ddd69e5fdf
2 changed files with 1 additions and 2 deletions

View File

@ -142,7 +142,6 @@ namespace MusicStore
services.AddMicrosoftAccountAuthentication(options =>
{
options.DisplayName = "MicrosoftAccount - Requires project changes";
options.ClientId = "[ClientId]";
options.ClientSecret = "[ClientSecret]";
options.Events = new OAuthEvents()

View File

@ -123,7 +123,7 @@ namespace MusicStore
// dnx . web
services.AddMicrosoftAccountAuthentication(options =>
{
options.DisplayName = "MicrosoftAccount - Requires project changes";
// MicrosoftAccount requires project changes
options.ClientId = "000000004012C08A";
options.ClientSecret = "GaMQ2hCnqAC6EcDLnXsAeBVIJOLmeutL";
});