We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8023a commit 0753206Copy full SHA for 0753206
1 file changed
metadata/saml20-sp-remote.php.dist
@@ -18,7 +18,7 @@ $metadata['https://saml2sp.example.org'] = [
18
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
19
],
20
21
- 'SingleLogoutService' => => [
+ 'SingleLogoutService' => [
22
[
23
'Location' => 'https://saml2sp.example.org/module.php/saml/sp/saml2-logout.php/default-sp',
24
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
@@ -55,7 +55,7 @@ $metadata['google.com'] = [
55
56
57
$metadata['https://legacy.example.edu'] = [
58
- 'AssertionConsumerService' => => [
+ 'AssertionConsumerService' => [
59
60
'index' => 1,
61
'isDefault' => true,
0 commit comments