From 5f8ade4fd3c5582d84d720f729b2a863cb890963 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 18 Dec 2017 22:18:53 +0100 Subject: [PATCH] Update simplesamlphp-googleapps.md Google will create an entityId with your domain, as described in #9. --- docs/simplesamlphp-googleapps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-googleapps.md b/docs/simplesamlphp-googleapps.md index 775e71ee1..3eba11a6a 100644 --- a/docs/simplesamlphp-googleapps.md +++ b/docs/simplesamlphp-googleapps.md @@ -152,7 +152,7 @@ In the `saml20-sp-remote.php` file we will configure an entry for G Suite (Googl * at G Suite. E.g. if your google account is foo.com, and you have a user with email john@foo.com, then you * must set the simplesaml.nameidattribute to be the name of an attribute that for this user has the value of 'john'. */ - $metadata['google.com'] => array( + $metadata['https://www.google.com/a/g.feide.no'] => array( 'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress', 'simplesaml.nameidattribute' => 'uid', -- GitLab