Updated OpenIdConnectTest for a build break

This commit is contained in:
Youngjune Hong 2015-05-05 03:07:19 -07:00
parent 3c1f3c94e9
commit 8c9969ed3f
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ using Microsoft.Framework.Logging;
using Microsoft.Framework.Runtime;
using MusicStore.Mocks.Common;
using MusicStore.Mocks.OpenIdConnect;
using MusicStore.Components;
using MusicStore.Models;
namespace MusicStore
@ -105,6 +106,9 @@ namespace MusicStore
services.AddCaching();
services.AddSession();
// Add the system clock service
services.AddSingleton<ISystemClock, SystemClock>();
// Configure Auth
services.Configure<AuthorizationOptions>(options =>
{