Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.26 KB

node-samples-services-security-and-identity.md

File metadata and controls

25 lines (21 loc) · 1.26 KB
title description author manager ms.devlang ms.topic ms.service ms.date ms.author
Azure security and identity with Node.js code samples
Sample code that demonstrates how to use Azure security and identity with Node.js.
rloutlaw
routlaw
nodejs
article
azure-nodejs
06/17/2017
routlaw

Azure security and identity with Node.js code samples

The following sample code illustrates using Azure security and identity with Node.js.

If you need code for other tasks, you can browse the full list of Azure Node.js samples.

Azure Active Directory
Securing a web API with Azure AD A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
Integrating Azure AD into a NodeJS web application A NodeJS web application that authenticates Azure AD users with OpenID Connect.
Azure Key Vault
Getting started with Key Vault in Node.js Demonstrates how to create, manage, and interact with a keyvault