Make tag in content visible

This commit is contained in:
Robert Fitch 2016-04-13 16:06:30 +02:00
parent ffcda63f55
commit b2b68dbff0

View file

@ -62,7 +62,7 @@ Compile the project.
If you are wondering where all of the authentication code resides (or if you need to modify an existing project!), here are the details:
The App ID URI and the On-Premises Authority URL are stored in the <appSettings> node of web.config:
The App ID URI and the On-Premises Authority URL are stored in the `<appSettings>` node of web.config:
~~~xml
<add key="ida:ADFSMetadata" value="https://xxxxxxxxxx.com/FederationMetadata/2007-06/FederationMetadata.xml" />