SAP / cloud-security-services-integration-library

Integration libraries and samples for authenticating users and clients bound to XSUAA authentication and authorization service or Identity authentication service.
Apache License 2.0
149 stars 136 forks source link

Migrate spring-webflux-security-xsuaa-usage to use spring-security #1174

Closed liga-oz closed 6 months ago

liga-oz commented 1 year ago

spring-webflux-security-xsuaa-usage is still using deprecated spring-xsuaa dependency, it should be migrated to use spring-security instead

sathishkumar-93 commented 1 year ago

Hi, If I understand it right, spring-security doesn't have reactive support yet. We would still need to use spring-xsuaa for reactive use cases. Could you please confirm?

Thanks, Sathish

liga-oz commented 1 year ago

Hi,

the reactive support is not yet available in the spring-security module so the only way at the moment is to use spring-xsuaa and migrate at later stage to spring-security once it's extend with the reactive support.

BR, Liga

finkmanAtSap commented 6 months ago

Done in #1439.