Created
April 26, 2016 07:34
-
-
Save dibble-james/3cc4896cbe36c0c45616f0376734e2c9 to your computer and use it in GitHub Desktop.
Umbraco AAD appsettings
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
<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