You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Version 7.0.0-beta3
4
4
5
-
This version supports the migration of ASP.NET applications from Stormpath to Okta. For more information, see the [master changelog](https://github.com/stormpath/stormpath-dotnet-owin-middleware/blob/4.0.0/changelog.md).
5
+
This version supports the migration of ASP.NET applications from Stormpath to Okta. For more information, see the [master changelog](https://github.com/stormpath/stormpath-dotnet-owin-middleware/blob/master/changelog.md).
6
6
7
7
#### Breaking changes
8
8
@@ -16,4 +16,4 @@ This version supports the migration of ASP.NET applications from Stormpath to Ok
16
16
* Environment variable configuration can now be specified using `OKTA_` environment variables in addition to `STORMPATH_` environment variables. For backwards compatibility, either string format will work.
17
17
* Configuration provided via an `appsettings.json` file must now be placed in an `Okta` section.
18
18
* The configuration parser no longer throws errors if the Stormpath API Key and Secret are missing.
19
-
* The configuration parser no longer looks for an `apiKey.properties` file.
19
+
* The configuration parser no longer looks for an `apiKey.properties` file.
0 commit comments