Skip to content

Commit 97cbca9

Browse files
mwnciauSimon Jarrett
andauthored
Fix code error in docs (#1895)
Co-authored-by: Simon Jarrett <simonjarrett@capuk.org>
1 parent d0090f7 commit 97cbca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/simplesamlphp-googleapps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This is the configuration of the IdP itself. Here is some example config:
114114

115115
```php
116116
// The SAML entity ID is the index of this config.
117-
$metadata['https://example.org/saml-idp'] => [
117+
$metadata['https://example.org/saml-idp'] = [
118118
// The hostname of the server (VHOST) that this SAML entity will use.
119119
'host' => '__DEFAULT__',
120120

@@ -137,7 +137,7 @@ In the `saml20-sp-remote.php` file we will configure an entry for Google Workspa
137137
* This example shows an example config that works with Google Workspace for education.
138138
* You send the email address that identifies the user from your IdP in the SAML Name ID.
139139
*/
140-
$metadata['https://www.google.com/a/g.feide.no'] => [
140+
$metadata['https://www.google.com/a/g.feide.no'] = [
141141
'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs',
142142
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
143143
'simplesaml.attributes' => false,

0 commit comments

Comments
 (0)