Created
December 22, 2017 00:59
-
-
Save Sam7/7726783c8e7f04997c9f4780ef9b692c to your computer and use it in GitHub Desktop.
Umbraco AD FS - #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<appSettings> | |
<!--...--> | |
<add key=”owin:appStartup” value=”UmbracoCustomOwinStartup” /> | |
<add key=”AdfsMetadataEndpoint” value=”https://sts.yourdomain.tld/federationmetadata/2007-06/federationmetadata.xml" /> | |
<add key=”AdfsRelyingParty” value=”https://localhost:44344/" /> | |
<add key=”AdfsFederationServerIdentifier” value=”https://sts.yourdomain.tld/adfs/services/trust" /> | |
<appSettings /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment