How to open manage-account page within iframe in keycloak

十年热恋 提交于 2021-02-08 06:33:31

问题


  • I am trying to open keycloak manage-account page using iframe into my application, but I'm getting an error.

Browser log

Below is keycloak configuration

NOTE: Working in firefox, but not in Chrome


回答1:


In chrome, it is not working due to the SameSite setting in the chrome browser. To enable the working for the above problem you just need to follow the below steps and your problem gets resolved.

  • Go to chrome://flags/
  • Search for Samesite
  • Disable "SameSite by default cookies" flags.
  • Relaunch


来源:https://stackoverflow.com/questions/64153024/how-to-open-manage-account-page-within-iframe-in-keycloak

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!