Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit cae2764

Browse files
committed
Made the hub use HUB_MODE and added the sildisco url to the authsources.php file for the hub
1 parent 4a57c05 commit cae2764

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

development/hub/authsources.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
'hub-discovery' => [
77
'saml:SP',
88
'entityID' => 'ssp-hub.local',
9-
'discoURL' => null,
9+
'discoURL' => 'http://ssp-hub.local/module.php/sildisco/disco.php',
1010
],
11-
];
11+
];

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
SECURE_COOKIE: "false"
1616
SHOW_SAML_ERRORS: "true"
1717
THEME_USE: "material:material"
18+
HUB_MODE: "true"
1819
idp1:
1920
image: silintl/ssp-base:develop
2021
volumes:

0 commit comments

Comments
 (0)