Generating Shibboleth SP Metadata

Ruba picture Ruba · Apr 1, 2013 · Viewed 11.1k times · Source

I'm trying to configure Shibboleth SSO on an application that runs locally (on localhost). I've followed all the instructions and configured my shibboleth2.xml file, but I'm having troubles when the following link accessed http://127.0.0.1:8080/Shibboleth.sso/Metadata or http://127.0.0.1/Shibboleth.sso/Metadata

I've also tried http://127.0.0.1/MyAppName/Shibboleth.sso/Metadata , but didn't work either!

Am I missing something? Can anyone help me solve this?

Thanks.

Answer

Karthik picture Karthik · May 15, 2013

Did u tried the below URL ?

https://localhost/Shibboleth.sso/Metadata (remember it is case sensitive)

If you are using a IIS 7, IIS 6 Management Compatibility should be installed on IIS 7.x since the Shibboleth installer package uses those management interfaces. The IIS 6 Management Compatibility option can be installed from Administrative Tools > Server Manager > Web Server (IIS) > Role Services.

For a detailed setup instructions, you can look into this post.