Skip to content

Commit 5f8ade4

Browse files
authored
Update simplesamlphp-googleapps.md
Google will create an entityId with your domain, as described in #9.
1 parent 1308714 commit 5f8ade4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/simplesamlphp-googleapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In the `saml20-sp-remote.php` file we will configure an entry for G Suite (Googl
152152
* at G Suite. E.g. if your google account is foo.com, and you have a user with email john@foo.com, then you
153153
* must set the simplesaml.nameidattribute to be the name of an attribute that for this user has the value of 'john'.
154154
*/
155-
$metadata['google.com'] => array(
155+
$metadata['https://www.google.com/a/g.feide.no'] => array(
156156
'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs',
157157
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
158158
'simplesaml.nameidattribute' => 'uid',

0 commit comments

Comments
 (0)