summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-05-31 08:56:40 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-05-31 08:56:40 -0700
commitacdf7421c0e51a2c7cb50ae3278769e4c295783d (patch)
treec16be1dc23d2938df927811bad274dab86323fb8 /samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs
parentd8a034db629baa0e2a86528eac5d0ab49d9bb984 (diff)
parent3858496786be3349e5c7958e3d22766e4883e488 (diff)
downloadDotNetOpenAuth-acdf7421c0e51a2c7cb50ae3278769e4c295783d.zip
DotNetOpenAuth-acdf7421c0e51a2c7cb50ae3278769e4c295783d.tar.gz
DotNetOpenAuth-acdf7421c0e51a2c7cb50ae3278769e4c295783d.tar.bz2
Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into v4.3
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs b/samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs
index 2da2bc5..70a97b4 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs
+++ b/samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs
@@ -17,8 +17,8 @@ namespace DotNetOpenAuth.ApplicationBlock
{
private static readonly AuthorizationServerDescription AzureADDescription = new AuthorizationServerDescription
{
- TokenEndpoint = new Uri("https://login.windows.net/global/oauth2/token"),
- AuthorizationEndpoint = new Uri("https://login.windows.net/global/oauth2/authorize?resource=00000002-0000-0000-c000-000000000000/graph.windows.net"),
+ TokenEndpoint = new Uri("https://login.windows.net/common/oauth2/token"),
+ AuthorizationEndpoint = new Uri("https://login.windows.net/common/oauth2/authorize?resource=00000002-0000-0000-c000-000000000000/graph.windows.net"),
};
/// <summary>