Skip to content
Snippets Groups Projects
Unverified Commit 5f8ade4f authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Update simplesamlphp-googleapps.md

Google will create an entityId with your domain, as described in #9.
parent 1308714c
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ In the `saml20-sp-remote.php` file we will configure an entry for G Suite (Googl ...@@ -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 * 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'. * 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', 'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs',
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
'simplesaml.nameidattribute' => 'uid', 'simplesaml.nameidattribute' => 'uid',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment