Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 69b21b4

Browse files
committed
Merge pull request #2 from christothes/master
Fixed links in the readme.md
2 parents ce4addc + 8cfd0a6 commit 69b21b4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#Windows Azure Active Directory Sample REST API Service for Node.js using MongoDB and Restify
32

43
This Node.js server will give you with a quick and easy way to set up a REST API Service that's integrated with Windows Azure Active Directory for API protection using the OAuth2 protocol. The sample server included in the download are designed to run on any platform.
@@ -8,7 +7,7 @@ This REST API server is built using Restify and MongoDB with the following featu
87
* A node.js server running an REST API interface with JSON using MongoDB as persistant storage
98
* REST APIs leveraging OAuth2 API protection for endpoints using Windows Azure Active Directory
109

11-
[Refer to our Wiki](https://github.com/WindowsAzureAD/Azure-AD-TODO-Server-Sample-For-Node/wiki) for detailed walkthroughs on how to use this server.
10+
[Refer to our Wiki](https://github.com/AzureADSamples/WebAPI-Nodejs/wiki) for detailed walkthroughs on how to use this server.
1211

1312
We've released all of the source code for this example in GitHub under an Apache 2.0 license, so feel free to clone (or even better, fork!) and provide feedback on the forums.
1413

@@ -47,11 +46,11 @@ Getting started with the sample is easy. It is configured to run out of the box
4746

4847
### Step 1: Register a Windows Azure AD Tenant
4948

50-
To use this sample you will need a Windows Azure Active Directory Tenant. If you're not sure what a tenant is or how you would get one, read [What is a Windows Azure AD tenant](http://technet.microsoft.com/library/jj573650.aspx)? or [Sign up for Windows Azure as an organization](http://www.windowsazure.com/en-us/manage/services/identity/organizational-account/). These docs should get you started on your way to using Windows Azure AD.
49+
To use this sample you will need a Windows Azure Active Directory Tenant. If you're not sure what a tenant is or how you would get one, read [What is a Windows Azure AD tenant](http://technet.microsoft.com/library/jj573650.aspx)? or [Sign up for Windows Azure as an organization](http://azure.microsoft.com/en-us/documentation/articles/sign-up-organization/). These docs should get you started on your way to using Windows Azure AD.
5150

5251
### Step 2: Register your Web API with your Windows Azure AD Tenant
5352

54-
After you get your Windows Azure AD tenant, add this sample app to your tenant so you can use it to protect your API endpoints. If you need help with this step, see: [Register the REST API Service Windows Azure Active Directory](https://github.com/WindowsAzureAD/Azure-AD-TODO-Server-Sample-For-Node/wiki/Setup-Windows-Azure-AD)
53+
After you get your Windows Azure AD tenant, add this sample app to your tenant so you can use it to protect your API endpoints. If you need help with this step, see: [Register the REST API Service Windows Azure Active Directory](https://github.com/AzureADSamples/WebAPI-Nodejs/wiki/Setup-Windows-Azure-AD)
5554

5655
### Step 3: Download node.js for your platform
5756
To successfully use this sample, you need a working installation of Node.js.

0 commit comments

Comments
 (0)