From 0e33b14fd2af4d86f337c83d1806c72ba78c410f Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Mon, 24 Jul 2017 12:18:05 -0700 Subject: [PATCH] Update for 4.0 release --- src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj | 6 +++--- test/Stormpath.AspNetCore.TckHarness/Startup.cs | 3 +++ .../Stormpath.AspNetCore.TckHarness.csproj | 6 ++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj b/src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj index 76e3d69..9a19e45 100644 --- a/src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj +++ b/src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj @@ -3,7 +3,7 @@ Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications. (c) 2016 Stormpath, Inc. - 4.0.0-rc5 + 4.0.0 Nate Barbettini net451;netstandard1.6 $(NoWarn);CS1591 @@ -26,8 +26,8 @@ - - + + diff --git a/test/Stormpath.AspNetCore.TckHarness/Startup.cs b/test/Stormpath.AspNetCore.TckHarness/Startup.cs index f98cf9b..add7cd0 100644 --- a/test/Stormpath.AspNetCore.TckHarness/Startup.cs +++ b/test/Stormpath.AspNetCore.TckHarness/Startup.cs @@ -45,10 +45,13 @@ public void ConfigureServices(IServiceCollection services) // Add Stormpath services var stormpathConfiguration = new StormpathConfiguration { + // Replace with your Okta Base URL: Org = "https://dev-123456.oktapreview.com", + // Replace with your Okta API token: ApiToken = "your_token_here", Application = new OktaApplicationConfiguration { + // Replace with your Okta migrated Application ID: Id = "abc123" }, Web = new WebConfiguration diff --git a/test/Stormpath.AspNetCore.TckHarness/Stormpath.AspNetCore.TckHarness.csproj b/test/Stormpath.AspNetCore.TckHarness/Stormpath.AspNetCore.TckHarness.csproj index 31540f3..ad8c179 100644 --- a/test/Stormpath.AspNetCore.TckHarness/Stormpath.AspNetCore.TckHarness.csproj +++ b/test/Stormpath.AspNetCore.TckHarness/Stormpath.AspNetCore.TckHarness.csproj @@ -1,14 +1,12 @@  - 0.9.0 - netcoreapp1.0 + 4.0.0 + netcoreapp1.1 true Stormpath.AspNetCore.TckHarness Exe Stormpath.AspNetCore.TckHarness - 1.0.4 - $(PackageTargetFallback);dotnet