Skip to content

Instantly share code, notes, and snippets.

@Sam7
Created December 22, 2017 00:59
Show Gist options
  • Save Sam7/7726783c8e7f04997c9f4780ef9b692c to your computer and use it in GitHub Desktop.
Save Sam7/7726783c8e7f04997c9f4780ef9b692c to your computer and use it in GitHub Desktop.
Umbraco AD FS - #2
<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