Changes for page 55

Last modified by Erik Bakker on 2023/01/23 13:58

From version 13.1
edited by Erik Bakker
on 2022/06/16 12:59
Change comment: There is no comment for this version
To version 15.1
edited by Erik Bakker
on 2022/06/16 13:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -57
1 +55
Content
... ... @@ -1,16 +1,25 @@
1 -Small update that brings support for connecting to OAuth 2.0 resources servers that do not support having OAuth 2.0 scopes. Also the HTTP component is updated with new REST template possibilities.
1 +Small update that adds OAuth 2.0 resource server support and improves JSON transformations.
2 2  
3 3  Find out more in our [release blog]
4 4  
5 5  
6 +===== New Features =====
7 +
8 +* Added support for several new OAuth2 related flow designer components: Secured channels, Access decision manager, Channel security interceptor, Filter chain proxy, OAuth2 bearer token authentication filter, Authentication manager, OAuth2 JWT authentication provider.
9 +
10 +===== Major Changes =====
11 +
12 +* eMagiz transformations that output JSON now automatically use the JSON data type (string, number or boolean) that best matches the data type specified in your eMagiz data model. (Previously, all attributes were written to JSON using a string representation.)
13 +
6 6  ===== Minor Changes =====
7 7  
8 -* Updated bundle 'com.emagiz.bundles.spring-security-config' from 5.3.4.1 to 5.3.9.1
9 -* Updated bundle 'com.emagiz.bundles.spring-security-core' from 5.3.4.1 to 5.3.9.1
10 -* Updated bundle 'com.emagiz.bundles.spring-security-oauth2-client' from 5.3.4.1 to 5.3.9.1
11 -* Updated bundle 'com.emagiz.bundles.spring-security-oauth2-core' from 5.3.4.1 to 5.3.9.1
12 -* Updated bundle 'com.emagiz.bundles.spring-security-oauth2-jose' from 5.3.4.1 to 5.3.9.1
13 -* Updated bundle 'com.emagiz.bundles.spring-security-oauth2-resource-server' from 5.3.4.1 to 5.3.9.1
14 -* Updated bundle 'com.emagiz.bundles.spring-security-web' from 5.3.4.1 to 5.3.9.1
15 -* Updated bundle 'com.emagiz.components.security' from 7.0.0 to 7.0.1
16 -* Updated bundle 'com.emagiz.components.http' from 7.1.0 to 7.1.1
16 +* Added bundle 'com.emagiz.bundles.asm' 5.2.1
17 +* Added bundle 'com.emagiz.bundles.minidev-json' 2.3.1
18 +* Added bundle 'com.emagiz.bundles.nimbus-jose-jwt' 8.20.1.1
19 +* Added bundle 'com.emagiz.bundles.spring-integration-security' 5.2.3.1
20 +* Added bundle 'com.emagiz.bundles.spring-security-oauth2-jose' 5.3.4.1
21 +* Added bundle 'com.emagiz.bundles.spring-security-oauth2-resource-server' 5.3.4.1
22 +* Added bundle 'com.emagiz.osgi.extender.core-web' 1.0.0
23 +* Added bundle 'com.emagiz.osgi.extender.security' 1.0.0
24 +* Updated bundle 'com.emagiz.components.http' from 7.0.1 to 7.1.0
25 +* Updated bundle 'com.emagiz.components.staxon' from 1.0.0 to 1.1.0