diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-05-26 07:01:30 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-05-26 07:01:30 -0700 |
commit | 85c21ae12f04cc50a0478cf69c82d441da23d002 (patch) | |
tree | d959dfa75c5a99e37204b706ce66559db558278e /samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs | |
parent | 03abe2a0b4057598bee897e3e42babedc99be5ff (diff) | |
parent | ea05772e1edd33e25c01bde2810b47fc1e45fd11 (diff) | |
download | DotNetOpenAuth-85c21ae12f04cc50a0478cf69c82d441da23d002.zip DotNetOpenAuth-85c21ae12f04cc50a0478cf69c82d441da23d002.tar.gz DotNetOpenAuth-85c21ae12f04cc50a0478cf69c82d441da23d002.tar.bz2 |
Merge pull request #281.
I rewrote history for the pull request in order to fix the commit author name.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/azureadclient.cs | 4 |
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> |