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