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
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: changelog.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
## Change Log ##
2
2
3
+
### 1.5.0 ##
4
+
5
+
* OAuth2 [revocation](https://tools.ietf.org/html/rfc7009) support has been completed, a new `/oauth/revoke` endpoint has been added
6
+
* Fixed issue where not all of our integrations could be disabled by means of `stormpath.enabled = false` (additionally, this property has more visibility in our documentation now)
7
+
* Fixed issue where not all of our integrations were properly reacting to `stormpath.spring.security.enabled = false`
8
+
* Added support for Pre/Post Login/Register handlers in IDSite
9
+
* Now Spring Boot with Spring Security applications will start properly even if they lack a `WebSecurityConfigurerAdapter` configuration
10
+
* Added support for the `state` token in `grant_type=stormpath_factor_challenge` requests
11
+
* Fixed issue where IDSite and SAML callbacks were not performing to spec
12
+
13
+
See [1.5.0 closed issues](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.5.0+is%3Aclosed)
14
+
15
+
3
16
### 1.4.1 ##
4
17
5
18
* Fixed problem with HttpClient that caused cookies send by server to be stored and sent in every request.
0 commit comments