Make tag in content visible
This commit is contained in:
parent
ffcda63f55
commit
b2b68dbff0
|
@ -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:
|
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
|
~~~xml
|
||||||
<add key="ida:ADFSMetadata" value="https://xxxxxxxxxx.com/FederationMetadata/2007-06/FederationMetadata.xml" />
|
<add key="ida:ADFSMetadata" value="https://xxxxxxxxxx.com/FederationMetadata/2007-06/FederationMetadata.xml" />
|
||||||
|
|
Loading…
Reference in a new issue