Hi,
does someone have any experience with a stateless application design
using Keycloak Adapter and cookie store support for the token?
I would like to run a simple application with Spring MVC backend on
Openshift and don't want to rely on HTTP state replication or sticky
sessions.
I see an endless redirect loop when I open the application.
This is the source code:
https://github.com/ykoer/spring-boot-keycloak-tutorial/tree/spring-securi...
This is the configuration:
https://github.com/ykoer/spring-boot-keycloak-tutorial/blob/spring-securi...
Thank you in advance
Yusuf