We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When using the /clients or /public gateway routes you still get cookies set which is not required for both.
/clients
/public
To Reproduce
/clients/digitalwf-backend-service/rest
Set-Cookie
Expected behavior
You can call both routes as before but there is no csrf or auth cookie set
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Das scheint aktuell nicht umsetzbar:
spring-projects/spring-security#6552
https://stackoverflow.com/questions/56056404/disable-websession-creation-when-using-spring-security-with-spring-webflux/67005365#67005365
Sorry, something went wrong.
Will be done within it-at-m/refarch#135
No branches or pull requests
Describe the bug
When using the
/clients
or/public
gateway routes you still get cookies set which is not required for both.To Reproduce
/clients
-Route (i.e./clients/digitalwf-backend-service/rest
) or/public
-RouteSet-Cookie
-header back with the auth and/or csrf cookie containedExpected behavior
You can call both routes as before but there is no csrf or auth cookie set
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: