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

Releases: stormpath/stormpath-dotnet-owin-middleware

Stormpath.Owin v4.1.0

10 Aug 22:50
4e24291
Compare
Choose a tag to compare

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

22 Jul 01:52
2f9105c
Compare
Choose a tag to compare

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

12 Jul 00:00
854e1ee
Compare
Choose a tag to compare
Pre-release
  • The /oauth/token route will now return 400 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 if expand: groups is set in the configuration (this unbreaks a previously-breaking change). Compared to previous Stormpath functionality, the embedded group object does not have an href (it has an id instead), and the Status property is always enabled (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

29 Jun 17:37
c5dc7aa
Compare
Choose a tag to compare
Pre-release

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

19 May 21:18
Compare
Choose a tag to compare
Pre-release
  • 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

29 Apr 05:11
7020245
Compare
Choose a tag to compare
Pre-release
  • 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

21 Apr 21:47
Compare
Choose a tag to compare
Pre-release

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

20 Jan 01:24
Compare
Choose a tag to compare

New features

  • Added the ability to target an Organization by nameKey in the PreRegistrationHandler. (#77)

Fixed issues

  • Allow Organizations to be passed to the AccountStore property in PreRegistrationHandler (#78).

Stormpath.Owin v3.2.0

06 Jan 00:26
Compare
Choose a tag to compare

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

03 Nov 04:31
Compare
Choose a tag to compare

Fixed issues

  • Fixed a regression that could cause an exception on startup in some cases. (#59)