ashapoms / AzureADNodeJsXamarin

Node.js REST API service protected by Azure AD and accessed by Xamarin client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AzureADNodeJsXamarin

This sample demonstrates how to set up Node.js REST API service using OAuth2 protocol. Then this service is integrated with Azure Active Directory for API protection.
Xamarin mobile client is used to test access to the service.

REST API service is built using Restify and MongoDB with the following features:

  • A Node.js server running a REST API interface with JSON using MongoDB as persistent storage.
  • REST APIs leveraging OAuth2 API protection for endpoints using Microsoft Azure Active Directory.

Node.js code is based on WebAPI-Bearer-NodeJS sample.

About

Node.js REST API service protected by Azure AD and accessed by Xamarin client


Languages

Language:C# 69.0%Language:JavaScript 31.0%