You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
#Windows Azure Active Directory Sample REST API Service for Node.js using MongoDB and Restify
3
2
4
3
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
8
7
* A node.js server running an REST API interface with JSON using MongoDB as persistant storage
9
8
* REST APIs leveraging OAuth2 API protection for endpoints using Windows Azure Active Directory
10
9
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.
12
11
13
12
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.
14
13
@@ -47,11 +46,11 @@ Getting started with the sample is easy. It is configured to run out of the box
47
46
48
47
### Step 1: Register a Windows Azure AD Tenant
49
48
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.
51
50
52
51
### Step 2: Register your Web API with your Windows Azure AD Tenant
53
52
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)
55
54
56
55
### Step 3: Download node.js for your platform
57
56
To successfully use this sample, you need a working installation of Node.js.
0 commit comments