You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interaction with oauth and ehr-embedded app is funky:
Straight up, the iframe that holds the app in the emr page doesn't let keycloak load since keycloak specfies frame-ancestors 'self' in realm_properties.json
Fixing (1) gives a case where the framed request fails and you need to log in again. Which fails and ...
Basically, all you are left with is using full-screen apps. Not what you really want.
The text was updated successfully, but these errors were encountered:
Interaction with oauth and ehr-embedded app is funky:
Straight up, the iframe that holds the app in the emr page doesn't let keycloak load since keycloak specfies frame-ancestors 'self' in realm_properties.json
Fixing (1) gives a case where the framed request fails and you need to log in again. Which fails and ...
Basically, all you are left with is using full-screen apps. Not what you really want.
The text was updated successfully, but these errors were encountered: