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 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 =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue