Releases: stormpath/stormpath-dotnet-owin-middleware
Stormpath.Owin v4.1.0
No breaking changes from 4.0.0.
Some improvements:
- Bug fixes
- Caching
- Improved user error messages
... and a few more changes, detailed in the changelog.
Stormpath.Owin v4.0.0
Stable release of 4.0. No breaking changes from RC5.
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 information below (and in the Migration Guide) 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].
Changelog
The full list of changes for version 4.0 is in the changelog. As always, you can reach out to [email protected] or post an issue here if you run into problems.
Stormpath.Owin v4.0.0-rc5
-
The
/oauth/token
route will now return400 Bad Request
if the username or password fields are missing. This shouldn't be a breaking change compared to the previous Stormpath functionality, but earlier versions of the migration code failed with a less-helpful error message here. -
The
/me
endpoint will now return the user's groups ifexpand: groups
is set in the configuration (this unbreaks a previously-breaking change). Compared to previous Stormpath functionality, the embedded group object does not have anhref
(it has anid
instead), and the Status property is alwaysenabled
(because groups in Okta cannot be disabled).
The full list of changes for version 4.0 is in the changelog. As always, you can reach out to [email protected] or post an issue here if you run into problems.
Stormpath.Owin v4.0.0-rc4
Minor bug fixes.
- Fixed an exception that occurred if no logger was passed (#89).
- Added
accountStores
back to Login JSON response, so sdk-angularjs won't complain (#90).
As always, you can reach out to [email protected] or post an issue here if you run into problems.
Stormpath.Owin v4.0.0-rc3
- Rebuild Client Credentials (API authentication) support
- Improved login failure error messages
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.
Stormpath.Owin v4.0.0-rc2
- Rebuilt social login support
- Enabled authorization filters (for attribute- or handler-based authorization in ASP.NET)
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.
Stormpath.Owin 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.
Stormpath.Owin v3.2.1
Stormpath.Owin v3.2.0
New features
- The pre-login handler can specify an Organization
nameKey
to target for login. (#58) - The pre-login and pre-registration handlers can return a validation error that cancels the operation. (#65, thanks to @jared-lovin as well!)
- The post-login handler can specify an optional custom URI to redirect to after login. (#66)
- Pre-registration handlers can now inspect (read-only) data from the form submission. (#68)
- Tokens are more aggressively revoked on logout. (#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. (#8)
- The logout route now ignores the Content-Type header. (#64)
- Fixed a null exception when a custom field definition does not specify a
Type
. (#69) - Fixed an issue with custom fields inside a
customData:
object in JSON POSTs to/register
. (#70)
Stormpath.Owin v3.1.1
Fixed issues
- Fixed a regression that could cause an exception on startup in some cases. (#59)