@@ -181,252 +181,39 @@ Now that configuration of SimpleSAMLphp is complete, we can use SimpleSAMLphp to
So, all this configuration was just to get us to the point where we can create our own application code that allows us to authenticate with Azure AD. The reality is that our PHP “application” can be a single page.
## index.php
Generally, the application will require an <fontface="Courier New"><fontstyle="font-size: 10pt"size="2">index.php</font></font> file – the code for which is below. I’ll give a very brief breakdown of the first few lines, the rest is obvious.