From 4b56e144c56bda4999a0f857a63902f7648fb7c2 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 22 May 2024 11:04:57 +0800 Subject: [PATCH] fixes identified during PR review - add the port number to ssp-sp3.local in the authsources.php config - remove reference to the "default-enable" file in the_hub.md --- development/sp3-local/config/authsources.php | 2 +- docs/the_hub.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/development/sp3-local/config/authsources.php b/development/sp3-local/config/authsources.php index ebc96e6c..4559d445 100644 --- a/development/sp3-local/config/authsources.php +++ b/development/sp3-local/config/authsources.php @@ -37,7 +37,7 @@ // The entity ID of this SP. // Can be NULL/unset, in which case an entity ID is generated based on the metadata URL. - 'entityID' => 'http://ssp-sp3.local', + 'entityID' => 'http://ssp-sp3.local:8083', // The entity ID of the IdP this should SP should contact. // Can be NULL/unset, in which case the user will be shown a list of available IdPs. diff --git a/docs/the_hub.md b/docs/the_hub.md index d1c4b588..266826f7 100644 --- a/docs/the_hub.md +++ b/docs/the_hub.md @@ -1,7 +1,6 @@ The hub will need its certs, `config.php` and `authsources.php` files as a normal simplesamlphp installation. Examples of these can be found in the `./development/hub` folder. (Note the `discoURL` entry in the `authsources.php` file.) Other files it will need are as follows ... -* `/data/vendor/simplesamlphp/simplesamlphp/modules/sildisco/default-enable` needs to be created (just an empty file) * The files in the `./lib` folder will need to go into `/data/vendor/simplesamlphp/simplesamlphp/modules/sildisco/lib` * The files in the `./www` folder will need to go into `/data/vendor/simplesamlphp/simplesamlphp/modules/sildisco/www` * The `./sspoverrides/www_saml2_idp/SSOService.php` file will need overwrite the same out-of-the-box file in `/data/vendor/simplesamlphp/simplesamlphp/www/saml2/idp/`