Commit 77b03bda authored by Mario Hernandez's avatar Mario Hernandez 💬

Update Single_Sign-on_to_Azure_AD_using_SimpleSAMLphp.md

parent ab5ced67
......@@ -84,57 +84,10 @@ The largest difference with this post is, as I mentioned, better integration wit
8. Next we must add some additional information that is required to communicate with Azure AD. Underneath discoURL, add the following two lines.
<div id="crayon-5f9b6b2f0d3a1465768195" dir="ltr">
<font style="font-size: 9pt" size="2">PHP</font>
<font style="font-size: 9pt" size="2">'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent', 'simplesaml.nameidattribute' => 'eduPersonTargetedID',</font>
<dl>
<dd>
<table cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td style="border: none; padding: 0cm">
<font style="font-size: 9pt" size="2">1</font>
<font style="font-size: 9pt" size="2">2</font>
</td>
<td style="border: none; padding: 0cm">
<div id="crayon-5f9b6b2f0d3a1465768195-1" dir="ltr">
```php
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
</div>
<div id="crayon-5f9b6b2f0d3a1465768195-2" dir="ltr">
'simplesaml.nameidattribute' => 'eduPersonTargetedID',
</div>
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</div>
```php
![](Single_Sign_on_to_Azure_AD_using%20SimpleSAMLphp_html_3ac0656fd59443fa.png)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment