Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini authored Apr 21, 2017
1 parent 32a2d4e commit d1c37b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you have questions or need help, please reach out to us at support@stormpath.

### Migration guide

Follow the handy [migration guide](migrating.md) to understand how to migrate an application step-by-step.
Follow the [migration guide](migrating.md) to understand how to migrate an application step-by-step.

### Coming soon

Expand Down Expand Up @@ -59,4 +59,4 @@ See the Compatibility Matrix on the [Stormpath-Okta Customer FAQ](https://stormp
* Okta uses an API Token to authenticate calls to the Okta API, similar to Stormpath's API Key ID/Secret. However, unlike Stormpath API credentials, Okta API Tokens will expire in 30 days if they are not used. This means you will get an API error if your application has not been started in 30 days. If this happens, you can generate a new API Token in the Okta Admin dashboard.
* The `StateTokenBuilder` and `StateTokenParser` classes were moved from `Stormpath.Owin.Abstractions` to `Stormpath.Owin.Middleware`.
* The `*FormViewModelBuilder` classes were moved from `Stormpath.Owin.Abstractions` to `Stormpath.Owin.Middleware`.
* Configuration provided via an `appsettings.json` file must now be placed in an `Okta` section. (See other [configuration-related changes](TODO)).
* Configuration provided via an `appsettings.json` file must now be placed in an `Okta` section. (See other [configuration-related changes](https://github.com/stormpath/stormpath-dotnet-config/blob/master/changelog.md)).

0 comments on commit d1c37b1

Please sign in to comment.