Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating Shibboleth SP Metadata

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.

like image 277
Ruba Avatar asked Feb 14 '26 00:02

Ruba


2 Answers

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.

like image 120
Karthik Avatar answered Feb 17 '26 00:02

Karthik


Similar symptom here due to the request being proxied to the actual service (gitlab). Solution:

<Location /Shibboleth.sso>
  ProxyPass !
  SetHandler shib
</Location>

See Shibboleth documentation for details.

like image 42
foudfou Avatar answered Feb 17 '26 00:02

foudfou



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!