Stormpath.Owin v4.0.0-rc5
Pre-release-
The
/oauth/tokenroute will now return400 Bad Requestif 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
/meendpoint will now return the user's groups ifexpand: groupsis 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 anidinstead), 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 support@stormpath.com or post an issue here if you run into problems.