Hi,
I can try to describe my situation:
React App , Jmix APP (Back end with rest api + standard ui access) , Keycloack.
I’ve a react app (without login) that call rest api services of my jmix app.
This react app calls rest api on my jmix-app ( jmix-oidc addon, rest api addon) to serve my bussiness logic.
React App and Jmix App use keycloack for authentication.
My problem is that a session cookie is saved at the first api request and than accessing to standard login of jmix app, keycloak “read” an active session. This session is of a wrong user (that is for rest api calls).
I want that the react app must be session less. Is possible?
Any suggestions?
Thanks a lot.
Tony