Updated OpenIdConnectTest for a build break
This commit is contained in:
parent
3c1f3c94e9
commit
8c9969ed3f
|
|
@ -14,6 +14,7 @@ using Microsoft.Framework.Logging;
|
||||||
using Microsoft.Framework.Runtime;
|
using Microsoft.Framework.Runtime;
|
||||||
using MusicStore.Mocks.Common;
|
using MusicStore.Mocks.Common;
|
||||||
using MusicStore.Mocks.OpenIdConnect;
|
using MusicStore.Mocks.OpenIdConnect;
|
||||||
|
using MusicStore.Components;
|
||||||
using MusicStore.Models;
|
using MusicStore.Models;
|
||||||
|
|
||||||
namespace MusicStore
|
namespace MusicStore
|
||||||
|
|
@ -105,6 +106,9 @@ namespace MusicStore
|
||||||
services.AddCaching();
|
services.AddCaching();
|
||||||
services.AddSession();
|
services.AddSession();
|
||||||
|
|
||||||
|
// Add the system clock service
|
||||||
|
services.AddSingleton<ISystemClock, SystemClock>();
|
||||||
|
|
||||||
// Configure Auth
|
// Configure Auth
|
||||||
services.Configure<AuthorizationOptions>(options =>
|
services.Configure<AuthorizationOptions>(options =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue