Hi All,
I am new to Shibboleth and configuring discovery service 1st time. I followed few links like:
https://wiki.shibboleth.net/confluence/display/EDS10/1.+Overviewhttps://spaces.internet2.edu/display/ShibInstallFest/Intro+to+Embedded+Discovery+ServiceI have configured EDS by following these links. But it seems like I had done something wrong.
Basically I have below doubts:
1. Where to copy the unzipped shibboleth-embedded-ds-1.1.0 data. As of now, I have created a DS named folder in webapps under tomcat.
2. What should be the discovery profile URL? As of now I have given
https://ds.<myhost>/DS
3. Where to put shibboleth-ds.conf data? As of now, I have copied the conf and added the same into apache22.config of Apache2.
I am using ShibasSP 2.5.
I am able to access
https://sp.<myhost>/Shibboleth.sso/DiscoFeed and it is listing all the entityIDs as JSON.
But when I tried to perform SSO, it is going on some infinite URl formation and throwing :Request URI too large.
I am not able to understand it clearly. I know I am making some big mistake. Really need help on this.