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

Commit 9b0dd72

Browse files
author
Billy Clark
committed
being directed to wrong page after successful authn
1 parent 68b9f40 commit 9b0dd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$metadata['ssp-hub.local'] = [
3-
'AssertionConsumerService' => 'http://ssp-hub.local:8080/module.php/saml/sp/saml2-acs.php/hub-discovery',
4-
'SingleLogoutService' => 'http://ssp-hub.local:8080/module.php/saml/sp/saml2-logout.php/hub-discovery',
3+
'AssertionConsumerService' => 'http://ssp-hub.local/module.php/saml/sp/saml2-acs.php/hub-discovery',
4+
'SingleLogoutService' => 'http://ssp-hub.local/module.php/saml/sp/saml2-logout.php/hub-discovery',
55
];

0 commit comments

Comments
 (0)