How can we generate idp-metadata when using Apache Directory service with Shibboleth IDP? I am working on setting up an SSO environment on my local using Shibboleth SP, Shibboleth IDP, Apache Directory services. Currently when I try to access my application from the Apache server, I get the following error on the page :
opensaml::saml2md::MetadataException
opensaml::saml2md::MetadataException at (http://localhost:91/WebUI/)
Unable to locate metadata for identity provider (https://localhost:9443/idp/shibboleth)
Usually, in case of production scenario, we get the idp-metadata from client and just need to enter the location etc in shibboleth2.xml, but I am setting everything on my local, so need to know how to generate and use idp-meta data.
Thanks,
Ritesh