Hello,
Yes I have an entityID statement in authsources.php. It looks like this:
'default-sp' => [
'saml:SP',
// The entity ID of this SP.
'entityid' => '
https://server.domain.edu',
'privatekey' => 'saml.pem',
'certificate' => 'saml.crt',
// The entity ID of the IdP this SP should contact.
// Can be NULL/unset, in which case the user will be shown a list of available IdPs.
'idp' => 'urn:mace:incommon:
csun.edu',
// The URL to the discovery service.
// Can be NULL/unset, in which case a builtin discovery service will be used.
'discoURL' => '/simplesaml/module.php/discopower/disco.php',
I tried changing it to entityID, restarted httpd and still have an error at the discoURL.Also tried changing discoURL to null
Once again, that error is:
Backtrace:
5 modules/discopower/src/Controller/DiscoPower.php:28 (SimpleSAML\Module\discopower\Controller\DiscoPower::main)
4 vendor/symfony/http-kernel/HttpKernel.php:181 (Symfony\Component\HttpKernel\HttpKernel::handleRaw)
3 vendor/symfony/http-kernel/HttpKernel.php:76 (Symfony\Component\HttpKernel\HttpKernel::handle)
2 vendor/symfony/http-kernel/Kernel.php:197 (Symfony\Component\HttpKernel\Kernel::handle)
1 src/SimpleSAML/Module.php:234 (SimpleSAML\Module::process)
0 public/module.php:17 (N/A)
Caused by: Exception: Missing parameter: entityID
Backtrace:
7 src/SimpleSAML/XHTML/IdPDisco.php:130 (SimpleSAML\XHTML\IdPDisco::__construct)
6 modules/discopower/src/PowerIdPDisco.php:68 (SimpleSAML\Module\discopower\PowerIdPDisco::__construct)
5 modules/discopower/src/Controller/DiscoPower.php:22 (SimpleSAML\Module\discopower\Controller\DiscoPower::main)
4 vendor/symfony/http-kernel/HttpKernel.php:181 (Symfony\Component\HttpKernel\HttpKernel::handleRaw)
3 vendor/symfony/http-kernel/HttpKernel.php:76 (Symfony\Component\HttpKernel\HttpKernel::handle)
2 vendor/symfony/http-kernel/Kernel.php:197 (Symfony\Component\HttpKernel\Kernel::handle)
1 src/SimpleSAML/Module.php:234 (SimpleSAML\Module::process)
0 public/module.php:17 (N/A)