I get the error below when I try to goto the site https://10.10.7.99/simplesamlphp/saml2/idp/SSOService.php. Im also unable to make the url work to download the metadata from my server
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace: 1 /usr/share/simplesamlphp/www/_include.php:37 (SimpleSAML_exception_handler) 0 [builtin] (N/A) Caused by: Exception: Could not find any default metadata entities in set [saml20-idp-hosted] for host [10.10.7.99 : 10.10.7.99/simplesamlphp] Backtrace: 1 /usr/share/simplesamlphp/lib/SimpleSAML/Metadata/MetaDataStorageHandler.php:230 (SimpleSAML_Metadata_MetaDataStorageHandler::getMetaDataCurrentEntityID) 0 /usr/share/simplesamlphp/www/saml2/idp/SSOService.php:17 (N/A)
Yes i can access https://10.10.7.99/simplesamlphp/ fine.I am accessing this URL "as is" (as a test). I have the saml20-idp-hosted.php and saml20-sp-remote.php configured. I'm using simplesamlphp as my idp and or sp is off site they only support Service Provider (SP) initiated SSO. So our users will attempt to access a resource on the SP (i.e. the Life Suite application) and they are re-directed to our IdP for authentication. Upon successful authentication, our IdP will provide a SAML web SSO assertion for the user's federated identity back to the SP. I guess Im confused about the saml20-idp-hosted.php file and the setting 'baseurlpath' I have included them below. On my federation page my links for metadata have disappeared. See the pic attached