1.6.0
1.6.0
- Provides spring starter for spring-xsuaa, which enables auto-configuration as documented here
<dependency>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>xsuaa-spring-boot-starter</artifactId>
<version>1.6.0</version>
</dependency>
- Supports reactive ServerHttpSecurity (Spring webflux). Have a look at the (webflux sample application)[samples/spring-webflux-security-xsuaa-usage/README.md]
- To make sure that the Spring SecurityContext is always initialized with a validated token use
SpringSecurityContext.init()
method as documented here - To avoid issues, when an application makes use of SAP-libraries using the SAP-internal container lib, use
SpringSecurityContext
instead ofSecurityContext
- Some enhancements for XSUAA integration
Incompatible changes
- As of version
1.6.0
you need to make use of XSUAA Spring Boot Starter in order to leverage auto-configuration (see Troubleshoot section here)