Skip to content

Commit 810714a

Browse files
committed
Fix HTTPS issue
1 parent 8e61439 commit 810714a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/simplesamlphp/saml20-sp-remote.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
'simplesaml.attributes' => true
1313
);
1414

15+
$metadata['https://localhost:1511/'] = array(
16+
'AssertionConsumerService' => 'https://localhost:1511/authentication/check_login',
17+
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
18+
'simplesaml.nameidattribute' => 'uid',
19+
'simplesaml.attributes' => true
20+
);
21+
1522
$metadata['http://localhost/'] = array(
1623
'AssertionConsumerService' => 'http://localhost/authentication/check_login',
1724
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',

0 commit comments

Comments
 (0)