Is it possible to connect Shibboleth idp from localhost?

余生颓废 提交于 2019-12-01 11:10:45
Akshay

testshib.org is good way to test shibboleth.

You cannot use localhost as SP to connect to remote IDp, that iDp won't find any SP to return to because localhost means it's own system so IDp would go in it's local system and find your given SP's entity ID. It won't find that entity ID so it would give such error.

These two approach may help you

  1. Give your machine some public IP and try connect to IDp with that SP.
  2. If you cannot make public IP, make both SP and IDp in your local system. My this answer may help you.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!