Hi team,
We have two applications using Keycloak for SSO
- Jmix app use OIDC add-on
- ReactJS app
In Reactjs app , we want embed jmix app to iFrame with URL: http://jmix-application-link?access_token=xxxxxx&refresh_token=yyyyyy
How we can get jmix app without login form and authenticate as user of react app ?