Cannot see any option in WSO2 Identity Server dashboard

送分小仙女□ 提交于 2019-11-29 05:15:57

If you have installed the identity server other than localhost, You would see some issues with dashboard. I also experienced same type of issues. But you can resolve them by configuring the host name and port properly. Unfortunately there are few places that you need to edit. Please find them below. I have already to report a jira to improve them to configure from one config file.

  1. repository/conf/carbon.xml
  2. repository/conf/security/sso-idp-config.xml
  3. repository/deployment/server/jaggeryapps/dashboard/apis/gadget.json
  4. repository/deployment/server/jaggeryapps/portal/gadgets/account-recovery/gadget.xml
  5. repository/deployment/server/jaggeryapps/portal/gadgets/identity_management/gadget.xml
  6. repository/deployment/server/jaggeryapps/portal/gadgets/pwd_change/gadget.xml
  7. repository/deployment/server/jaggeryapps/portal/gadgets/user_auth_apps/gadget.xml
  8. repository/deployment/server/jaggeryapps/portal/gadgets/user_profile/gadget.xml
  9. modify the url of the user_profile (i.e. http://{IP}:{port}/portal/gadgets/user_profile/gadget.xml ) in "repository/deployment/server/jaggeryapps/dashboard/apis/gadget.json" file in to HTTP and Port in to 9763.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!