Skip to content

Commit b16616e

Browse files
authored
Fixing invalid URL.
Was pointing to the SPS host instead of AEX.
1 parent 7737cf3 commit b16616e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OAuthWebSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To learn more about OAuth in Visual Studio Team Services, see [Authorize access
88

99
> These instructions assume you will be deploying this sample app to an Azure web site. To learn more and to get started, visit [Get started with Azure Web Sites and ASP.NET](http://azure.microsoft.com/documentation/articles/web-sites-dotnet-get-started).
1010
11-
1. Register an OAuth client app in Visual Studio Team Services (https://app.vssps.visualstudio.com/app/register)
11+
1. Register an OAuth client app in Visual Studio Team Services (https://app.vsaex.visualstudio.com/app/register)
1212
* The callback URL should be https://yoursite.azurewebsites.net/oauth/callback, where "yoursite" is the name of your Azure web site
1313
2. Clone this repository
1414
3. Open the solution (VstsOAuthSample.sln) in Visual Studio 2015 or later

0 commit comments

Comments
 (0)