From 86d93d138151964ecd06962aeec0f1006d07ee7a Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Thu, 10 Aug 2017 15:19:30 -0700 Subject: [PATCH] Update changelog and bump for 7.1.0 --- changelog.md | 2 ++ .../Stormpath.Configuration.Abstractions.csproj | 2 +- src/Stormpath.Configuration/Stormpath.Configuration.csproj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index ebea146..aea54bf 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,8 @@ ## Version 7.1.0 * Added the `web.refreshTokenCookie.maxAge` property, which controls the expiration time (if any) of refresh token cookies. +* Added the `authorizationServerId` property, which allows the developer to specify the Okta Authorization Server to use (instead of relying on auto-discovery). +* Added the `web.oauth2.password.defaultScope` property, which sets the default scopes (if any) that are sent during a Password Grant request. ## Version 7.0.0 diff --git a/src/Stormpath.Configuration.Abstractions/Stormpath.Configuration.Abstractions.csproj b/src/Stormpath.Configuration.Abstractions/Stormpath.Configuration.Abstractions.csproj index 648d661..c05eeea 100644 --- a/src/Stormpath.Configuration.Abstractions/Stormpath.Configuration.Abstractions.csproj +++ b/src/Stormpath.Configuration.Abstractions/Stormpath.Configuration.Abstractions.csproj @@ -3,7 +3,7 @@ Abstractions for the Stormpath.Configuration package. (c) 2017 Stormpath, Inc. - 7.1.0-beta3 + 7.1.0 Nate Barbettini net45;netstandard1.0 Stormpath.Configuration.Abstractions diff --git a/src/Stormpath.Configuration/Stormpath.Configuration.csproj b/src/Stormpath.Configuration/Stormpath.Configuration.csproj index f750761..35bea84 100644 --- a/src/Stormpath.Configuration/Stormpath.Configuration.csproj +++ b/src/Stormpath.Configuration/Stormpath.Configuration.csproj @@ -3,7 +3,7 @@ Load Stormpath configuration from various sources. (c) 2017 Stormpath, Inc. - 7.1.0-beta3 + 7.1.0 Nate Barbettini net45;netstandard1.3 Stormpath.Configuration