We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e61439 commit 810714aCopy full SHA for 810714a
config/simplesamlphp/saml20-sp-remote.php
@@ -12,6 +12,13 @@
12
'simplesaml.attributes' => true
13
);
14
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
+
22
$metadata['http://localhost/'] = array(
23
'AssertionConsumerService' => 'http://localhost/authentication/check_login',
24
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
0 commit comments