Skip to content

Commit

Permalink
deploy: e3dcfb2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 14, 2023
1 parent 9d4e328 commit 9012702
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 2.0/simplesamlphp-googleapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h3 id="configuring-saml-20-idp-hosted-metadata">
</p>
<div class="highlight">
<pre><span></span><code><span class="x">// The SAML entity ID is the index of this config.</span>
<span class="x">$metadata['https://example.org/saml-idp'] =&gt; [</span>
<span class="x">$metadata['https://example.org/saml-idp'] = [</span>
<span class="x"> // The hostname of the server (VHOST) that this SAML entity will use.</span>
<span class="x"> 'host' =&gt; '__DEFAULT__',</span>

Expand Down Expand Up @@ -444,7 +444,7 @@ <h3 id="configuring-saml-20-sp-remote-metadata">
<span class="x"> * This example shows an example config that works with Google Workspace for education.</span>
<span class="x"> * You send the email address that identifies the user from your IdP in the SAML Name ID.</span>
<span class="x"> */</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] =&gt; [</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] = [</span>
<span class="x"> 'AssertionConsumerService' =&gt; 'https://www.google.com/a/g.feide.no/acs',</span>
<span class="x"> 'NameIDFormat' =&gt; 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',</span>
<span class="x"> 'simplesaml.attributes' =&gt; false,</span>
Expand Down
4 changes: 2 additions & 2 deletions 2.1/simplesamlphp-googleapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h3 id="configuring-saml-20-idp-hosted-metadata">
</p>
<div class="highlight">
<pre><span></span><code><span class="x">// The SAML entity ID is the index of this config.</span>
<span class="x">$metadata['https://example.org/saml-idp'] =&gt; [</span>
<span class="x">$metadata['https://example.org/saml-idp'] = [</span>
<span class="x"> // The hostname of the server (VHOST) that this SAML entity will use.</span>
<span class="x"> 'host' =&gt; '__DEFAULT__',</span>

Expand Down Expand Up @@ -444,7 +444,7 @@ <h3 id="configuring-saml-20-sp-remote-metadata">
<span class="x"> * This example shows an example config that works with Google Workspace for education.</span>
<span class="x"> * You send the email address that identifies the user from your IdP in the SAML Name ID.</span>
<span class="x"> */</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] =&gt; [</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] = [</span>
<span class="x"> 'AssertionConsumerService' =&gt; 'https://www.google.com/a/g.feide.no/acs',</span>
<span class="x"> 'NameIDFormat' =&gt; 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',</span>
<span class="x"> 'simplesaml.attributes' =&gt; false,</span>
Expand Down
4 changes: 2 additions & 2 deletions devel/simplesamlphp-googleapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h3 id="configuring-saml-20-idp-hosted-metadata">
</p>
<div class="highlight">
<pre><span></span><code><span class="x">// The SAML entity ID is the index of this config.</span>
<span class="x">$metadata['https://example.org/saml-idp'] =&gt; [</span>
<span class="x">$metadata['https://example.org/saml-idp'] = [</span>
<span class="x"> // The hostname of the server (VHOST) that this SAML entity will use.</span>
<span class="x"> 'host' =&gt; '__DEFAULT__',</span>

Expand Down Expand Up @@ -444,7 +444,7 @@ <h3 id="configuring-saml-20-sp-remote-metadata">
<span class="x"> * This example shows an example config that works with Google Workspace for education.</span>
<span class="x"> * You send the email address that identifies the user from your IdP in the SAML Name ID.</span>
<span class="x"> */</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] =&gt; [</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] = [</span>
<span class="x"> 'AssertionConsumerService' =&gt; 'https://www.google.com/a/g.feide.no/acs',</span>
<span class="x"> 'NameIDFormat' =&gt; 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',</span>
<span class="x"> 'simplesaml.attributes' =&gt; false,</span>
Expand Down
4 changes: 2 additions & 2 deletions stable/simplesamlphp-googleapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h3 id="configuring-saml-20-idp-hosted-metadata">
</p>
<div class="highlight">
<pre><span></span><code><span class="x">// The SAML entity ID is the index of this config.</span>
<span class="x">$metadata['https://example.org/saml-idp'] =&gt; [</span>
<span class="x">$metadata['https://example.org/saml-idp'] = [</span>
<span class="x"> // The hostname of the server (VHOST) that this SAML entity will use.</span>
<span class="x"> 'host' =&gt; '__DEFAULT__',</span>

Expand Down Expand Up @@ -444,7 +444,7 @@ <h3 id="configuring-saml-20-sp-remote-metadata">
<span class="x"> * This example shows an example config that works with Google Workspace for education.</span>
<span class="x"> * You send the email address that identifies the user from your IdP in the SAML Name ID.</span>
<span class="x"> */</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] =&gt; [</span>
<span class="x">$metadata['https://www.google.com/a/g.feide.no'] = [</span>
<span class="x"> 'AssertionConsumerService' =&gt; 'https://www.google.com/a/g.feide.no/acs',</span>
<span class="x"> 'NameIDFormat' =&gt; 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',</span>
<span class="x"> 'simplesaml.attributes' =&gt; false,</span>
Expand Down

0 comments on commit 9012702

Please sign in to comment.