it-at-m / digiwf-core

central workflow automation and integration platform based on the free process framework Camunda.
MIT License
19 stars 7 forks source link

Disable cookies for clients and public routes #1397

Closed simonhir closed 21 hours ago

simonhir commented 6 months ago

Describe the bug

When using the /clients or /public gateway routes you still get cookies set which is not required for both.

To Reproduce

Expected behavior

You can call both routes as before but there is no csrf or auth cookie set

Screenshots

image.png

Additional context

darenegade commented 4 months ago

Das scheint aktuell nicht umsetzbar:

https://github.com/spring-projects/spring-security/issues/6552

https://stackoverflow.com/questions/56056404/disable-websession-creation-when-using-spring-security-with-spring-webflux/67005365#67005365

simonhir commented 21 hours ago

Will be done within https://github.com/it-at-m/refarch/issues/135