Releases: stormpath/stormpath-aspnet
Stormpath.AspNet v4.1.0
No breaking changes from 4.0.0. Stable release of the Stormpath ASP.NET plugin, for applications migrating to Okta.
For the full list of changes in this minor release, see the OWIN changelog.
Stormpath.AspNet v4.0.0
Stable release of the Stormpath ASP.NET plugin, for applications migrating to Okta.
Who should use this library
This library and information is relevant if:
- You are a Stormpath customer that is migrating to Okta (learn more).
- You have successfully exported your tenant data from Stormpath (learn more).
- You plan to imported your data into Okta (learn more).
If you fall into one of these categories, please read the Migration Guide and Changelog (below) to understand what features have changed, and what features are the same. If you have questions or need help, please reach out to us at [email protected].
Migration guide and changelog: Start here.
Stormpath.AspNet v4.0.0-rc3
See the OWIN release notes.
Stormpath.AspNet v4.0.0-rc2
See the OWIN release notes.
Stormpath.AspNet v4.0.0-rc1
This version contains breaking changes and supports migrating applications from Stormpath to Okta. For more information, see the migration guide.
For a list of breaking changes, see the changelog.
Note: The major version number was incremented to indicate breaking changes, and sync it up with the Stormpath.Owin library (4.0.0).
Stormpath.AspNet v0.9.0
This release updates the Stormpath SDK to fix a bug, and includes a number of improvements and bugfixes from the Stormpath.Owin layer.
New features
- The pre-login handler can specify an Organization
nameKey
to target for login. (stormpath/stormpath-dotnet-owin-middleware#58) - The pre-login and pre-registration handlers can return a validation error that cancels the operation. (stormpath/stormpath-dotnet-owin-middleware#65, thanks to @jared-lovin as well!)
- The post-login handler can specify an optional custom URI to redirect to after login. (stormpath/stormpath-dotnet-owin-middleware#66)
- Pre-registration handlers can now inspect (read-only) data from the form submission. (stormpath/stormpath-dotnet-owin-middleware#68)
- Tokens are more aggressively revoked on logout. (stormpath/stormpath-dotnet-owin-middleware#60)
Fixed issues
- Fixed a caching bug which caused higher than normal API call volume. (stormpath/stormpath-sdk-dotnet#237)
- Autologin for registration works as expected. (stormpath/stormpath-dotnet-owin-middleware#8)
- The logout route now ignores the Content-Type header. (stormpath/stormpath-dotnet-owin-middleware#64)
- Fixed a null exception when a custom field definition does not specify a
Type
. (stormpath/stormpath-dotnet-owin-middleware#69) - Fixed an issue with custom fields inside a
customData:
object in JSON POSTs to/register
. (stormpath/stormpath-dotnet-owin-middleware#70)
Stormpath.AspNet v0.8.1
Fixed issues
- Fixed a regression that could cause an exception on startup in some cases. (#15)
Stormpath.AspNet v0.8.0
New features
- Support for the
client_credentials
OAuth grant type. (stormpath/stormpath-dotnet-owin-middleware#34) - Support for HTTP Basic (API) authentication. (stormpath/stormpath-dotnet-owin-middleware#10)
- Added ID Site functionality. (stormpath/stormpath-dotnet-owin-middleware#13)
- Added
Client
property to pre/post handler context. (stormpath/stormpath-dotnet-owin-middleware#55)
Fixed issues
- Fixed logout behavior when the user has an expired access token. (stormpath/stormpath-dotnet-owin-middleware#44)
- Slightly improved server startup time. (stormpath/stormpath-dotnet-owin-middleware#53)
Stormpath.AspNet v0.7.0
New features
- Added the
/stormpathCallback
handler and SAML support (stormpath/stormpath-dotnet-owin-middleware#36). A future release will include SAML buttons in the UI. - Added CSRF support to forms generated by the middleware (#12, stormpath/stormpath-dotnet-owin-middleware#11).
- Added better support for deep link redirection through the login or registration flow (stormpath/stormpath-dotnet-owin-middleware#42).
Fixed issues
- Updated the Stormpath.SDK version to fix a bug where some accounts could not log in. (stormpath/stormpath-sdk-dotnet#212).
- Fixed social login support for clients like Angular (stormpath/stormpath-dotnet-owin-middleware#24).
- Fixed a bug where the logout cookies were malformed (stormpath/stormpath-dotnet-owin-middleware#47).
Stormpath.AspNet v0.6.0
New features
- Pre- and post-action handlers that let you attach your own behavior to actions like login, logout, and registration. (#8)
- Authorization support using
[StormpathCustomDataRequired]
and[StormpathGroupsRequired]
. Plain old[Authorize]
attribute still works for asserting the user is logged in, too. (#3) - Added the ability to specify a custom CacheProvider to use when configuring the integration. (#7)
Additional minor bugfixes via Stormpath.Owin v2.0.0.