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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With