Skip to content

Releases: pivotal-cf/identity-sample-apps

Release Notes - 4.1.0

14 Aug 21:34
Compare
Choose a tag to compare

Reintroduced support for $AUTH_SERVER environment variable in reference resource server.

Changes between Spring 1.3 and Spring 1.5.5+

Please note that the sample applications will now require Spring Boot 1.5.5+ and Spring Security OAuth 2.2.0+.

The SSO connector dependency for the authorization code sample app and resource sample have been updated to SSO connector 2.1.1, which now implements the jwk.key-set-uri Spring Boot property to support client and providers an issuer validation bean for Spring Boot.

For the resource server sample application, the application.yml document has been updated with examples for jwk.key-set-uri, tokenInfoUriand ssoServiceUrl.

Release Notes - 4.0.0

04 Aug 21:33
Compare
Choose a tag to compare

Upgraded to support on Spring Boot 1.5.X and includes SSO connector updates.

Spring Boot 1.3 Demo Apps

04 Aug 19:28
Compare
Choose a tag to compare

Denotes last version known to support Spring Boot 1.3 for historical reference.

Customers are recommended to use the latest versions of Spring Boot.

3.0.0

16 Apr 00:54
Compare
Choose a tag to compare
Adds logout to password grant sample app

Release Notes - 2.1.0

23 Dec 19:00
Compare
Choose a tag to compare

Added support for Spring Boot 1.3.X