File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments