Skip to content

Instantly share code, notes, and snippets.

@dibble-james
Created April 26, 2016 07:34
Show Gist options
  • Save dibble-james/3cc4896cbe36c0c45616f0376734e2c9 to your computer and use it in GitHub Desktop.
Save dibble-james/3cc4896cbe36c0c45616f0376734e2c9 to your computer and use it in GitHub Desktop.
Umbraco AAD appsettings
<add key="ida:ClientId" value="" />
<add key="ida:AADInstance" value="https://login.microsoftonline.com/" />
<add key="ida:Domain" value="xxxxx.onmicrosoft.com" />
<add key="ida:TenantId" value="" />
<add key="ida:PostLoginUrl" value="https://localhost:44383/umbraco"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment