Skip to content

Commit

Permalink
fixes identified during PR review
Browse files Browse the repository at this point in the history
- add the port number to ssp-sp3.local in the authsources.php config
- remove reference to the "default-enable" file in the_hub.md
  • Loading branch information
briskt committed May 22, 2024
1 parent 3fc98de commit 4b56e14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion development/sp3-local/config/authsources.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion docs/the_hub.md
Original file line number Diff line number Diff line change
@@ -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/`
Expand Down

0 comments on commit 4b56e14

Please sign in to comment.