summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/Web.config
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthClient/Web.config')
-rw-r--r--samples/OAuthClient/Web.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OAuthClient/Web.config b/samples/OAuthClient/Web.config
index b17ae43..4311d72 100644
--- a/samples/OAuthClient/Web.config
+++ b/samples/OAuthClient/Web.config
@@ -55,6 +55,9 @@
<!-- Windows Live sign-up: http://go.microsoft.com/fwlink/p/?LinkId=193157 -->
<add key="windowsLiveAppID" value="000000004408E558" />
<add key="windowsLiveAppSecret" value="od8NVdanEIWqmlKu9hOepBE3AfUu4jCw" />
+ <!-- AzureAD sign-up: http://manage.windowsazure.com -->
+ <add key="AzureADAppID" value="64e0b14b-43ae-497c-b1a8-e8a841a341fd" />
+ <add key="AzureADAppSecret" value="MySecretPassword" />
</appSettings>
<connectionStrings/>